Blob Blame History Raw
--- The-Powder-Toy-96.0.348/src/PowderToySDL.cpp	2021-07-11 01:33:17.000000000 +0200
+++ The-Powder-Toy-96.0.348/src/PowderToySDL.cpp	2021-07-14 18:55:00.000000000 +0200
@@ -755,9 +755,9 @@
 			perror("failed to chdir to requested ddir");
 	}
 	else
 	{
-		char *ddir = SDL_GetPrefPath(NULL, "The Powder Toy");
+		char *ddir = SDL_GetPrefPath(NULL, "powdertoy");
 #ifdef WIN
 		struct _stat s;
 		if (_stat("powder.pref", &s) != 0)
 #else