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

This commit is contained in:
jband%netscape.com 2000-08-29 08:08:33 +00:00
Родитель ca218b56a6
Коммит 4a40401f3c
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -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) {