diff --git a/stepmania/src/ProfileManager.cpp b/stepmania/src/ProfileManager.cpp index 328a6e39e2..3f7b433be0 100644 --- a/stepmania/src/ProfileManager.cpp +++ b/stepmania/src/ProfileManager.cpp @@ -135,8 +135,7 @@ bool ProfileManager::LoadProfileFromMemoryCard( PlayerNumber pn ) CString sDir = MEM_CARD_MOUNT_POINT[pn]; // tack on a subdirectory so that we don't write everything to the root - sDir += PREFSMAN->m_sMemoryCardProfileSubdir; - sDir += '/'; + sDir += PREFSMAN->m_sMemoryCardProfileSubdir + "/"; bool bSuccess; bSuccess = LoadProfile( pn, sDir, true );