diff --git a/core.cpp b/core.cpp index db9e62b2c..81f7b1030 100644 --- a/core.cpp +++ b/core.cpp @@ -909,7 +909,7 @@ void Core::saveConfiguration() Settings::getInstance().setCurrentProfile(profile); } - QString path = dir + profile + TOX_EXT; + QString path = dir + '/' + profile + TOX_EXT; QFileInfo info(path); if (!info.exists()) // fall back to old school 'data' { //path = dir + '/' + CONFIG_FILE_NAME;