Skip to content
Snippets Groups Projects
Commit 244f8281 authored by deuce's avatar deuce
Browse files

< if((str=js_ValueToStringBytes(cx, argv[0], NULL))==NULL)

---
> 	JSVALUE_TO_STRING(cx, argv[0], str);
> 	if(str==NULL)
parent 82403fe3
No related branches found
No related tags found
No related merge requests found
Loading
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