Skip to content
Snippets Groups Projects
Commit 82403fe3 authored by deuce's avatar deuce
Browse files

Change:

	if((p=js_ValueToStringBytes(cx, argv[0], NULL))==NULL)
To:
	JSVALUE_TO_STRING(cx, argv[0], p)
	if(p===NULL)
parent 0f0c92e3
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.
Please register or to comment