mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
12 lines
278 B
Plaintext
12 lines
278 B
Plaintext
--- 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 */
|