Skip to content

Commit e4ef60f

Browse files
authored
Add reference to PR #767
1 parent 6b583a6 commit e4ef60f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

vendor/json-c/json_object.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -835,6 +835,8 @@ static int json_object_double_to_json_string_format(struct json_object* jso,
835835
format_drops_decimals = 1;
836836

837837
// Commented out to fix GitHub #572 https://github.com/multitheftauto/mtasa-blue/issues/572
838+
// Please read GitHub #767 comments if you are reapplying this patch.
839+
//
838840
// Before toJSON(1234567890000) => [ 1234567890000.0 ]
839841
// After toJSON(1234567890000) => [ 1234567890000 ]
840842
//if (size < (int)sizeof(buf) - 2 &&

0 commit comments

Comments
 (0)