mirror of
https://github.com/json-c/json-c.git
synced 2026-04-07 22:39:08 +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)
|
int flags)
|
||||||
{
|
{
|
||||||
return json_object_double_to_json_string_format(jso, pb, level, 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)
|
struct json_object* json_object_new_double(double d)
|
||||||
|
|||||||
Reference in New Issue
Block a user