Skip to content

Commit

Permalink
Update jv_parse.c
Browse files Browse the repository at this point in the history
  • Loading branch information
monperrus authored Aug 9, 2024
1 parent c1d885b commit cb053d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jv_parse.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
typedef const char* presult;

#ifndef MAX_PARSING_DEPTH
#define MAX_PARSING_DEPTH (256)
#define MAX_PARSING_DEPTH (512)
#endif

#define TRY(x) do {presult msg__ = (x); if (msg__) return msg__; } while(0)
Expand Down

0 comments on commit cb053d1

Please sign in to comment.