Skip to content

Commit

Permalink
config: Explicitly use std namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
joel16 committed Aug 4, 2022
1 parent 6cae089 commit 1b1105b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ namespace Config {
delete[] buf;

if (!root) {
printf("error: on line %d: %s\n", error.line, error.text);
std::printf("error: on line %d: %s\n", error.line, error.text);
return -1;
}

Expand Down

0 comments on commit 1b1105b

Please sign in to comment.