mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-23 15:26:16 +00:00
Changed: #1023 Use a standard application path for writing files
This commit is contained in:
parent
9d52d7bfd0
commit
64c6a0f756
1 changed files with 1 additions and 1 deletions
|
@ -2454,7 +2454,7 @@ std::string CFile::getApplicationDirectory(const std::string &appName)
|
|||
if (!appName.empty())
|
||||
path = CPath::standardizePath(path + appName);
|
||||
#else
|
||||
if (!appName.empty))
|
||||
if (!appName.empty())
|
||||
path = CPath::standardizePath(path + "." + toLower(appName));
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue