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())
|
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