Skip to content
Snippets Groups Projects
Commit 5b0b565e authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

protected_uint32_value, not protected_uint32_val

parent b5e1d17f
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #1356 passed
...@@ -88,7 +88,7 @@ static JSBool js_server_get(JSContext *cx, JSObject *obj, jsid id, jsval *vp) ...@@ -88,7 +88,7 @@ static JSBool js_server_get(JSContext *cx, JSObject *obj, jsid id, jsval *vp)
break; break;
case SERVER_PROP_CLIENTS: case SERVER_PROP_CLIENTS:
if(p->clients!=NULL) if(p->clients!=NULL)
*vp=UINT_TO_JSVAL(protected_uint32_val(*p->clients)); *vp=UINT_TO_JSVAL(protected_uint32_value(*p->clients));
break; break;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment