Skip to content
Snippets Groups Projects
Commit ae02323f authored by Julian Rother's avatar Julian Rother
Browse files

Increased size of json buffers

parent d9dd41da
Branches
No related tags found
No related merge requests found
...@@ -42,7 +42,7 @@ int ping_job(int id, char *state, char *status, ...); ...@@ -42,7 +42,7 @@ int ping_job(int id, char *state, char *status, ...);
void job_failed(char *msg, ...); void job_failed(char *msg, ...);
/* JSON parser */ /* JSON parser */
#define JSON_KEY_SIZE 100 #define JSON_KEY_SIZE 200
ssize_t jbin(char *s, char *buf, size_t len); ssize_t jbin(char *s, char *buf, size_t len);
char *jstrb(char *s, char *err, char *buf, size_t len); char *jstrb(char *s, char *err, char *buf, size_t len);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment