Module Name:    src
Committed By:   christos
Date:           Tue Nov 10 22:52:32 UTC 2020

Modified Files:
        src/games/warp: warp.c

Log Message:
pray-tell where are you trying to write?


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/games/warp/warp.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/games/warp/warp.c
diff -u src/games/warp/warp.c:1.4 src/games/warp/warp.c:1.5
--- src/games/warp/warp.c:1.4	Tue Nov 10 17:42:19 2020
+++ src/games/warp/warp.c	Tue Nov 10 17:52:32 2020
@@ -325,7 +325,7 @@ main(int argc, char *argv[])
 	    if (!experimenting) {
 		if ((savfil = fopen(savefilename,"w")) == NULL) {
 		    resetty();
-		    printf("Can't open savefile\r\n");
+		    printf("Can't open savefile `%s'\r\n", savefilename);
 		    finalize(1);
 		}
 		fprintf(savfil,

Reply via email to