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

Allow negative user property values (e.g. age).

parent 4be88da5
Branches
Tags
No related merge requests found
......@@ -144,7 +144,7 @@ static JSBool js_user_get(JSContext *cx, JSObject *obj, jsid id, jsval *vp)
jsval idval;
char* s=NULL;
char tmp[128];
uint64_t val=0;
int64_t val=0;
jsint tiny;
JSString* js_str;
private_t* p;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment