Skip to content
Snippets Groups Projects
Commit 9d940760 authored by rswindell's avatar rswindell
Browse files

Using int32 to make gcc happy.

parent 38d9d2cd
No related branches found
No related tags found
No related merge requests found
......@@ -295,7 +295,7 @@ js_getkey(JSContext *cx, JSObject *obj, uintN argc, jsval *argv, jsval *rval)
static JSBool
js_handle_ctrlkey(JSContext *cx, JSObject *obj, uintN argc, jsval *argv, jsval *rval)
{
long mode=0;
int32 mode=0;
sbbs_t* sbbs;
JSString* js_str;
......
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