diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2022-03-25 21:36:22 +0100 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2022-04-21 12:55:31 +0200 |
commit | 1276090705060fcc97072481c2383bbaaa556194 (patch) | |
tree | 5c0dd2919c625592979b2cef7ba484bca11e06c1 /src/util/system.h | |
parent | 1c6fcea20524d79975f81c3110408e8b5fea8731 (diff) |
util, refactor: Use GetPathArg to read "-conf" value
Also "includeconf" values been normalized.
Diffstat (limited to 'src/util/system.h')
-rw-r--r-- | src/util/system.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/system.h b/src/util/system.h index a66b597d41..796205fbfc 100644 --- a/src/util/system.h +++ b/src/util/system.h @@ -98,7 +98,7 @@ bool TryCreateDirectories(const fs::path& p); fs::path GetDefaultDataDir(); // Return true if -datadir option points to a valid directory or is not specified. bool CheckDataDirOption(); -fs::path GetConfigFile(const std::string& confPath); +fs::path GetConfigFile(const fs::path& configuration_file_path); #ifdef WIN32 fs::path GetSpecialFolderPath(int nFolder, bool fCreate = true); #endif |