mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Changed: #1023 Use a standard application path for writing files
This commit is contained in:
parent
a1356178fd
commit
ddb918de66
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