Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/games/warp pray-tell where are you trying to write?



details:   https://anonhg.NetBSD.org/src/rev/373333b85dda
branches:  trunk
changeset: 942578:373333b85dda
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Nov 10 22:52:32 2020 +0000

description:
pray-tell where are you trying to write?

diffstat:

 games/warp/warp.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r e64876f05cf3 -r 373333b85dda games/warp/warp.c
--- a/games/warp/warp.c Tue Nov 10 22:42:19 2020 +0000
+++ b/games/warp/warp.c Tue Nov 10 22:52:32 2020 +0000
@@ -325,7 +325,7 @@
            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,



Home | Main Index | Thread Index | Old Index