mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-11 17:59:02 +00:00
Changed: #1023 Use a standard application path for writing files
This commit is contained in:
parent
0557954d54
commit
e5a7112be1
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