From be63ba99ca2f42177bff81f79ee9d65b106c38f4 Mon Sep 17 00:00:00 2001 From: Stoian Ivanov Date: Fri, 7 Oct 2016 22:54:06 +0300 Subject: [PATCH] try restore windows automated builds --- json_object.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json_object.c b/json_object.c index e7f63bb7..bdc6f6b1 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) -- 2.39.5