mirror of
https://github.com/json-c/json-c.git
synced 2026-03-22 06:29:06 +08:00
try restore windows automated builds
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user