# HG changeset patch # User David Ludwig # Date 1416751141 18000 # Node ID c4ff10b9a23c5ddc93964fbfb346efa34093b8cd # Parent 9ecf7c9f49e5cff58fd5fdc0cca9300bfb16d727 WinRT: fixed an invalid comment in SDL_GetPrefPath() (for WinRT) diff -r 9ecf7c9f49e5 -r c4ff10b9a23c src/filesystem/winrt/SDL_sysfilesystem.cpp --- a/src/filesystem/winrt/SDL_sysfilesystem.cpp Sun Nov 23 08:52:10 2014 -0500 +++ b/src/filesystem/winrt/SDL_sysfilesystem.cpp Sun Nov 23 08:59:01 2014 -0500 @@ -153,7 +153,6 @@ const char * srcPath = SDL_WinRTGetFSPathUTF8(SDL_WINRT_PATH_LOCAL_FOLDER); #else /* A 'Roaming' folder is available on Windows 8 and 8.1. Use that. - * (SDL for Win32/Windows-Desktop uses the 'roaming' path as well). */ const char * srcPath = SDL_WinRTGetFSPathUTF8(SDL_WINRT_PATH_ROAMING_FOLDER); #endif