]> 4ch.mooo.com Git - 16.git/commitdiff
committing~
authorsparky4 <sparky4@cock.li>
Wed, 3 Jun 2015 13:28:47 +0000 (08:28 -0500)
committersparky4 <sparky4@cock.li>
Wed, 3 Jun 2015 13:28:47 +0000 (08:28 -0500)
modified:   maptest.exe
modified:   maptest0.exe
modified:   scroll.exe
modified:   src/lib/mapread.c

maptest.exe
maptest0.exe
scroll.exe
src/lib/mapread.c

index 7af65f271c8c6e0b650490f48889c94e8fed2158..d1324b9ffa23440ef339922f85f18c9f98c02fea 100644 (file)
Binary files a/maptest.exe and b/maptest.exe differ
index d3c950599aa25b9c3ca084dfb0397f0d672f44ce..6b4ef08af791a8ea796024899957e72e735bd9df 100644 (file)
Binary files a/maptest0.exe and b/maptest0.exe differ
index 91ae108e3612887ff03929358b82ae0a16e073fb..66e5bfdedc17445e816879e0db2ca07f80b55b65 100644 (file)
Binary files a/scroll.exe and b/scroll.exe differ
index e53994b72420d06259195564c35b50a8db1733e4..e5f80fc2e18d163ca8d619ceae56b5d48f838d11 100644 (file)
@@ -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;
                }
        }