fix bug 50445. r=shaver@mozilla.org a=brendan@mozilla.org. Thanks to Marcus G. Daniels <mgd@swarm.org> for uncovering this bug

git-svn-id: svn://10.0.0.236/trunk@77468 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jband%netscape.com
2000-08-29 08:08:33 +00:00
parent bec1be27b0
commit 9378b53868

View File

@@ -1085,6 +1085,9 @@ typelib_op_dcl(TreeState *state)
}
}
/* stick retval param where we can see it later */
state->tree = op->op_type_spec;
/* XXX unless [notxpcom] */
if (!op_notxpcom) {
if (op->op_type_spec) {