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/4346c6d9cce6
branches: trunk
changeset: 956935:4346c6d9cce6
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 15fbb4c1fa2f -r 4346c6d9cce6 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