mirror of
https://github.com/simdjson/simdjson
synced 2026-06-08 17:27:07 +00:00
More fixing.
This commit is contained in:
@@ -343,6 +343,7 @@ bool validate(const char *dirname) {
|
||||
total_string_length = 0;
|
||||
empty_string = 0;
|
||||
bool isok = json_parse(p, pj);
|
||||
free((void*)p.data());
|
||||
if (good_string > 0) {
|
||||
printf("File %40s %s --- bad strings: %10zu \tgood strings: %10zu\t "
|
||||
"empty strings: %10zu "
|
||||
|
||||
Reference in New Issue
Block a user