Skip to content

Commit

Permalink
try restore windows automated builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Stoian Ivanov committed Oct 7, 2016
1 parent a26305d commit be63ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion json_object.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit be63ba9

Please sign in to comment.