Skip to content
Snippets Groups Projects
Commit d0551f34 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Resolve new warning introduced in previous commit.

parent fd127bdc
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -1975,7 +1975,7 @@ js_text(JSContext *cx, uintN argc, jsval *arglist)
{
JSObject* obj=JS_THIS_OBJECT(cx, arglist);
jsval* argv=JS_ARGV(cx, arglist);
int32 i=0;
uint32 i=0;
JS_SET_RVAL(cx, arglist, JSVAL_NULL);
if(!js_argc(cx, argc, 1))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment