From 9378b53868c795fe2de5a2d81433fb34bf0366b9 Mon Sep 17 00:00:00 2001 From: "jband%netscape.com" Date: Tue, 29 Aug 2000 08:08:33 +0000 Subject: [PATCH] fix bug 50445. r=shaver@mozilla.org a=brendan@mozilla.org. Thanks to Marcus G. Daniels for uncovering this bug git-svn-id: svn://10.0.0.236/trunk@77468 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpcom/typelib/xpidl/xpidl_typelib.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mozilla/xpcom/typelib/xpidl/xpidl_typelib.c b/mozilla/xpcom/typelib/xpidl/xpidl_typelib.c index 3dbb639b984..6473f5b591b 100644 --- a/mozilla/xpcom/typelib/xpidl/xpidl_typelib.c +++ b/mozilla/xpcom/typelib/xpidl/xpidl_typelib.c @@ -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) {