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

hg/feature/sound
kervala 15 years ago
parent a1356178fd
commit ddb918de66

@ -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…
Cancel
Save