mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-12 02:09:52 +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())
|
if (!appName.empty())
|
||||||
path = CPath::standardizePath(path + appName);
|
path = CPath::standardizePath(path + appName);
|
||||||
#else
|
#else
|
||||||
if (!appName.empty))
|
if (!appName.empty())
|
||||||
path = CPath::standardizePath(path + "." + toLower(appName));
|
path = CPath::standardizePath(path + "." + toLower(appName));
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue