From e93fb5fe805017bed3e8efc17864dde6e650816b Mon Sep 17 00:00:00 2001 From: Lars Persson Date: Sun, 27 Jul 2008 21:35:39 +0000 Subject: Fixed the Symbian default savepath, but adding the needed \ at the end. svn-id: r33345 --- base/commandLine.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'base') diff --git a/base/commandLine.cpp b/base/commandLine.cpp index b9fd4ecfb7..725ab069f1 100644 --- a/base/commandLine.cpp +++ b/base/commandLine.cpp @@ -228,6 +228,7 @@ void registerDefaults() { #elif defined(__SYMBIAN32__) strcpy(savePath, Symbian::GetExecutablePath()); strcat(savePath, DEFAULT_SAVE_PATH); + strcat(savePath, '\\'); ConfMan.registerDefault("savepath", savePath); #elif defined (IPHONE) ConfMan.registerDefault("savepath", OSystem_IPHONE::getSavePath()); -- cgit v1.2.3