DEADSOFTWARE

save: change save directory on nix
[flatwaifu.git] / src / save.c
index 6cfb2b4892a3146bc4e8b27d88338e73cc3dc187..fe52cc4982c6f3985774ed8da7d7aeb2c76e1381 100644 (file)
@@ -543,7 +543,7 @@ static char *getsavfpname (int n, int ro) {
   static char p[100];
   char *e = getenv("HOME");
   strncpy(p, e, 60);
-  strcat(p, "/.doom2d-rembo");
+  strcat(p, "/.flatwaifu");
   if (!ro) {
     mkdir(p, S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH);
   }