mirror of
https://gitlab.com/square-game-liberation-front/F.E.I.S.git
synced 2024-11-14 19:17:43 +01:00
use .string() and not .c_str() in a fmt::print call
This commit is contained in:
parent
8fbdfea01c
commit
1a6edcb7f7
@ -101,7 +101,7 @@ config::Config::Config(const std::filesystem::path& settings) :
|
||||
} catch (const toml::parse_error& err) {
|
||||
fmt::print(
|
||||
"Error while parsing {} :\n{}",
|
||||
config_path.c_str(),
|
||||
config_path.string(),
|
||||
err.what()
|
||||
);
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user