diff options
Diffstat (limited to 'src/frontend_common/config.cpp')
| -rw-r--r-- | src/frontend_common/config.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend_common/config.cpp b/src/frontend_common/config.cpp index d317d81fd..8eb62e8ef 100644 --- a/src/frontend_common/config.cpp +++ b/src/frontend_common/config.cpp | |||
| @@ -56,7 +56,7 @@ void Config::Initialize(const std::optional<std::string> config_path) { | |||
| 56 | } | 56 | } |
| 57 | 57 | ||
| 58 | void Config::WriteToIni() const { | 58 | void Config::WriteToIni() const { |
| 59 | if (const SI_Error rc = config->SaveFile(config_loc.c_str()); rc < 0) { | 59 | if (const SI_Error rc = config->SaveFile(config_loc.c_str(), false); rc < 0) { |
| 60 | LOG_ERROR(Frontend, "Config file could not be saved!"); | 60 | LOG_ERROR(Frontend, "Config file could not be saved!"); |
| 61 | } | 61 | } |
| 62 | } | 62 | } |