Skip to content

Commit

Permalink
Restore json-c precision mod (#3401)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lpsd authored May 24, 2024
1 parent 5b4122d commit c5c9d4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/json-c/json_object.c
Original file line number Diff line number Diff line change
Expand Up @@ -1037,7 +1037,7 @@ static int json_object_double_to_json_string_format(struct json_object *jso, str
}
else
{
const char *std_format = "%.17g";
const char *std_format = "%.16g";
int format_drops_decimals = 0;
int looks_numeric = 0;

Expand Down

0 comments on commit c5c9d4e

Please sign in to comment.