Skip to content
Snippets Groups Projects
Commit 28303477 authored by deuce's avatar deuce
Browse files

Fix "Run-time Check Failure #3"

parent 8c4c70bc
No related branches found
No related tags found
No related merge requests found
......@@ -180,8 +180,8 @@ js_log(JSContext *cx, uintN argc, jsval *arglist)
background_data_t* bg;
jsval rval;
JS_SET_RVAL(cx, arglist, rval);
rval=JSVAL_VOID;
JS_SET_RVAL(cx, arglist, rval);
if((bg=(background_data_t*)JS_GetContextPrivate(cx))==NULL)
return JS_FALSE;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment