mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[spidermonkey] signdness
This commit is contained in:
parent
e3992118c8
commit
2e422b3cb8
@ -1315,7 +1315,7 @@ document_write_do(JSContext *ctx, unsigned int argc, JS::Value *rval, int newlin
|
||||
|
||||
if (argc >= 1)
|
||||
{
|
||||
for (int i = 0; i < argc; ++i)
|
||||
for (unsigned int i = 0; i < argc; ++i)
|
||||
{
|
||||
jshandle_value_to_char_string(&code, ctx, args[i]);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user