summaryrefslogtreecommitdiff
path: root/json_object.c
diff options
context:
space:
mode:
authorStoian Ivanov <sdr@mail.bg>2016-10-07 22:54:06 +0300
committerStoian Ivanov <sdr@mail.bg>2016-10-07 22:54:06 +0300
commitbe63ba99ca2f42177bff81f79ee9d65b106c38f4 (patch)
tree59294841aa627e60e8b70d61d29ff2ba3aa48c9c /json_object.c
parenta26305d428ff462ed66e4bf5d2751277e283e44a (diff)
downloadjson-c-be63ba99ca2f42177bff81f79ee9d65b106c38f4.tar.gz
try restore windows automated builds
Diffstat (limited to 'json_object.c')
-rw-r--r--json_object.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/json_object.c b/json_object.c
index e7f63bb..bdc6f6b 100644
--- a/json_object.c
+++ b/json_object.c
@@ -741,7 +741,7 @@ int json_object_double_to_json_string(struct json_object* jso,
int flags)
{
return json_object_double_to_json_string_format(jso, pb, level, flags,
- jso->_userdata);
+ (const char *)jso->_userdata);
}
struct json_object* json_object_new_double(double d)