1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00

[spidermonkey] signdness

This commit is contained in:
Witold Filipczyk 2022-03-29 19:31:48 +02:00
parent e3992118c8
commit 2e422b3cb8

View File

@ -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]);
}