diff options
| author | christos <christos@NetBSD.org> | 2020-11-10 22:52:32 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2020-11-10 22:52:32 +0000 |
| commit | bbc21d58a8095246dfc216156a3ed5c7241fc411 (patch) | |
| tree | 5882f6714ac83e2d8fdc5b329edea4420b6a94f8 | |
| parent | a6ad8fb14c6bed68eb8b37750e1b2fea36a8c908 (diff) | |
| download | bsdgames-darwin-bbc21d58a8095246dfc216156a3ed5c7241fc411.tar.gz bsdgames-darwin-bbc21d58a8095246dfc216156a3ed5c7241fc411.zip | |
pray-tell where are you trying to write?
| -rw-r--r-- | warp/warp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/warp/warp.c b/warp/warp.c index f09de9dd..c3cc2ed3 100644 --- a/warp/warp.c +++ b/warp/warp.c @@ -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, |
