From: Stoian Ivanov Date: Fri, 7 Oct 2016 19:54:06 +0000 (+0300) Subject: try restore windows automated builds X-Git-Tag: json-c-0.13-20171207~121^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F277%2Fhead;p=thirdparty%2Fjson-c.git try restore windows automated builds --- 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)