Flagging a problem.

This commit is contained in:
Daniel Lemire 2018-07-18 22:36:41 -04:00
parent cae582232f
commit 41d2914a3b
1 changed files with 1 additions and 0 deletions

View File

@ -553,6 +553,7 @@ never_inline bool ape_machine(const u8 * buf, UNUSED size_t len, ParsedJson & pj
for (u32 i = 0; i < MAX_DEPTH; i++) {
if (states[i] == 0) {
printf("states[%d] == 0\n", i);
return false;
}
}