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

Fix warnings with MSVC.

parent 76b33edd
Branches
Tags
No related merge requests found
......@@ -718,7 +718,7 @@ js_word_wrap(JSContext *cx, JSObject *obj, uintN argc, jsval *argv, jsval *rval)
int32 oldlen=79;
int32 crcount=0;
JSBool handle_quotes=JS_TRUE;
ulong i,k,t;
long i,k,t;
int ocol=1;
int icol=1;
uchar* inbuf;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment