summaryrefslogtreecommitdiff
path: root/games/mangband/files/patch-ac
blob: 5665f10922f11526125e3cab391f7a429597ea11 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- server/save.c.bak	Sat May  9 21:38:56 1998
+++ server/save.c	Wed Dec 30 13:33:13 1998
@@ -2305,7 +2305,7 @@
 #ifdef VERIFY_SAVEFILE
 
 		/* Lock on savefile */
-		strcpy(temp, savefile);
+		strcpy(temp, p_ptr->savefile);
 		strcat(temp, ".lok");
 
 		/* Remove lock file */