mirror of
https://github.com/simdjson/simdjson
synced 2026-06-08 17:27:07 +00:00
Fixes issue 388 (#394)
This commit is contained in:
+1
-1
@@ -198,7 +198,7 @@ bool ParsedJson::print_json(std::ostream &os) const {
|
||||
memcpy(&string_length, string_buf + payload, sizeof(uint32_t));
|
||||
print_with_escapes(
|
||||
(const unsigned char *)(string_buf + payload + sizeof(uint32_t)),
|
||||
string_length);
|
||||
os, string_length);
|
||||
os << '"';
|
||||
break;
|
||||
case 'l': // we have a long int
|
||||
|
||||
Reference in New Issue
Block a user