From 97f107e7f5c9f1d2d204586b09148e1a9f002d21 Mon Sep 17 00:00:00 2001 From: Dubslow Date: Fri, 5 Sep 2014 05:06:35 -0500 Subject: [PATCH] oops --- core.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;