aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/json.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/json.h b/lib/json.h
index cbddc693..3800565a 100644
--- a/lib/json.h
+++ b/lib/json.h
@@ -77,7 +77,7 @@ typedef struct _json_value
union
{
int boolean;
- long integer;
+ long long integer;
double dbl;
struct