]> git.ipfire.org Git - thirdparty/json-c.git/commitdiff
try restore windows automated builds 277/head
authorStoian Ivanov <sdr@mail.bg>
Fri, 7 Oct 2016 19:54:06 +0000 (22:54 +0300)
committerStoian Ivanov <sdr@mail.bg>
Fri, 7 Oct 2016 19:54:06 +0000 (22:54 +0300)
json_object.c

index e7f63bb7d3a71fe4e4b31740f1de4151c200a03e..bdc6f6b180beeed75ff1fc019634c35493f6d651 100644 (file)
@@ -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)