Changed: #1023 Use a standard application path for writing files

This commit is contained in:
kervala 2010-07-17 18:09:41 +02:00
parent 9d52d7bfd0
commit 64c6a0f756

View file

@ -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