Skip to content

Commit

Permalink
Convert std::filesystem::path to std::string
Browse files Browse the repository at this point in the history
  • Loading branch information
eschan145 committed Jan 13, 2025
1 parent f555ebd commit dc52e9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ std::filesystem::path locate_settings() {
} else {
error("Failed to locate settings.conf!\n"
"It should be located at " +
file_path +
file_path.string() +
".\n"
);
return {};
Expand Down

0 comments on commit dc52e9b

Please sign in to comment.