Rename folder created in test_filesystem

This commit is contained in:
Francisco Javier Trujillo Mata 2022-07-03 16:20:26 +02:00 committed by Sam Lantinga
parent 7d7c5b803c
commit 643f9e56d0

View File

@ -37,7 +37,7 @@ main(int argc, char *argv[])
SDL_free(base_path); SDL_free(base_path);
} }
pref_path = SDL_GetPrefPath("libsdl", "testfilesystem"); pref_path = SDL_GetPrefPath("libsdl", "test_filesystem");
if(pref_path == NULL){ if(pref_path == NULL){
SDL_LogError(SDL_LOG_CATEGORY_APPLICATION, "Couldn't find pref path: %s\n", SDL_LogError(SDL_LOG_CATEGORY_APPLICATION, "Couldn't find pref path: %s\n",
SDL_GetError()); SDL_GetError());
@ -46,7 +46,7 @@ main(int argc, char *argv[])
SDL_free(pref_path); SDL_free(pref_path);
} }
pref_path = SDL_GetPrefPath(NULL, "testfilesystem"); pref_path = SDL_GetPrefPath(NULL, "test_filesystem");
if(pref_path == NULL){ if(pref_path == NULL){
SDL_LogError(SDL_LOG_CATEGORY_APPLICATION, "Couldn't find pref path without organization: %s\n", SDL_LogError(SDL_LOG_CATEGORY_APPLICATION, "Couldn't find pref path without organization: %s\n",
SDL_GetError()); SDL_GetError());