bug 189563, initialize hookresult to prevent warnings
This commit is contained in:
rginda%netscape.com 2003-01-22 05:42:35 +00:00
Родитель 1e409bc64f
Коммит 410075aaa6
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -114,7 +114,7 @@ _callHook(JSDContext *jsdc, JSContext *cx, JSStackFrame *fp, JSBool before,
{ {
JSDScript* jsdscript; JSDScript* jsdscript;
JSScript* jsscript; JSScript* jsscript;
JSBool hookresult; JSBool hookresult = JS_TRUE;
if (!jsdc || !jsdc->inited) if (!jsdc || !jsdc->inited)
return JS_FALSE; return JS_FALSE;