summaryrefslogtreecommitdiff
path: root/json.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2009-09-01 08:15:04 +0000
committerEric S. Raymond <esr@thyrsus.com>2009-09-01 08:15:04 +0000
commitafb11120aba9cbe40e2e3e0f04550833817253e5 (patch)
treec2b2814ec7c0658cfe662d441cdbb7c009dc40a6 /json.h
parent2ca680896b4daea2a9a72e43ccb902e5ea2c9421 (diff)
downloadgpsd-afb11120aba9cbe40e2e3e0f04550833817253e5.tar.gz
More code generation - up to AIS message 13 now.
All regression tests pass.
Diffstat (limited to 'json.h')
-rw-r--r--json.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/json.h b/json.h
index 115dbb20..e5d456bc 100644
--- a/json.h
+++ b/json.h
@@ -58,7 +58,7 @@ struct json_attr_t {
};
#define JSON_ATTR_MAX 31 /* max chars in JSON attribute name */
-#define JSON_VAL_MAX 63 /* max chars in JSON value part */
+#define JSON_VAL_MAX 120 /* max chars in JSON value part */
int json_read_object(const char *, const struct json_attr_t *, const char **);
int json_read_array(const char *, const struct json_array_t *, const char **);