From ae02323fa54a61262ff418d9d115c7014df2b1a9 Mon Sep 17 00:00:00 2001 From: Julian Rother <julianr@fsmpi.rwth-aachen.de> Date: Fri, 5 Jan 2018 00:12:24 +0100 Subject: [PATCH] Increased size of json buffers --- util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util.h b/util.h index 2ecf5a6..e809e7e 100644 --- a/util.h +++ b/util.h @@ -42,7 +42,7 @@ int ping_job(int id, char *state, char *status, ...); void job_failed(char *msg, ...); /* JSON parser */ -#define JSON_KEY_SIZE 100 +#define JSON_KEY_SIZE 200 ssize_t jbin(char *s, char *buf, size_t len); char *jstrb(char *s, char *err, char *buf, size_t len); -- GitLab