From: sparky4 Date: Wed, 3 Jun 2015 13:28:47 +0000 (-0500) Subject: committing~ X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=8aa6da6bc6c505b4213ec52d9809d7571c44f880;p=16.git committing~ modified: maptest.exe modified: maptest0.exe modified: scroll.exe modified: src/lib/mapread.c --- diff --git a/maptest.exe b/maptest.exe index 7af65f27..d1324b9f 100644 Binary files a/maptest.exe and b/maptest.exe differ diff --git a/maptest0.exe b/maptest0.exe index d3c95059..6b4ef08a 100644 Binary files a/maptest0.exe and b/maptest0.exe differ diff --git a/scroll.exe b/scroll.exe index 91ae108e..66e5bfde 100644 Binary files a/scroll.exe and b/scroll.exe differ diff --git a/src/lib/mapread.c b/src/lib/mapread.c index e53994b7..e5f80fc2 100644 --- a/src/lib/mapread.c +++ b/src/lib/mapread.c @@ -184,7 +184,8 @@ again: /* I think it crashes on the line below when it tries to parse the data of huge maps... wwww this is a jsmn problem wwww */ -//++++ r = jsmn_parse(&p, js, jslen, tok, tokcount); +//++++ + r = jsmn_parse(&p, js, jslen, tok, tokcount); //0000fprintf(stdout, "r= [%d]\n", r); if (r < 0) { if (r == JSMN_ERROR_NOMEM) { @@ -212,7 +213,8 @@ again: #ifdef DEBUG_DUMPVARS fprintf(stdout, "running dump~\n"); #endif -//++++ dump(js, tok, p.toknext, incr, &js_ss, map, 0); +//++++ + dump(js, tok, p.toknext, incr, &js_ss, map, 0); eof_expected = 1; } }