Skip to content

Commit

Permalink
Merge pull request #1029 from xexyl/util
Browse files Browse the repository at this point in the history
Sync jparse/ from jparse repo
  • Loading branch information
lcn2 authored Nov 17, 2024
2 parents ded0377 + c216d47 commit 3c144df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jparse/json_util.c
Original file line number Diff line number Diff line change
Expand Up @@ -1058,7 +1058,7 @@ open_json_dir_file(char const *dir, char const *filename)
* do that here
*/
if (tree == NULL || !is_valid) {
warn(__func__, "file: %s is not valid JSON");
warn(__func__, "file: %s is not valid JSON", filename);
return NULL;
}
}
Expand Down

0 comments on commit 3c144df

Please sign in to comment.