nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit 9756d62d934f687ed7efdaffb26e4a3b0dd6e4e7
parent 581bc60d0cb6866ca88255eb0de12ef85df9e44a
Author: Chris Allegretta <chrisa@asty.org>
Date:   Sun,  3 Dec 2000 03:06:45 +0000

Okay, NOW tell what the file is we didn't write if we didn't write it


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@369 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

Diffstat:
Mnano.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nano.c b/nano.c @@ -136,7 +136,7 @@ void die(char *msg, ...) if (i != -1) fprintf(stderr, _("\nBuffer written to %s\n"), name); else - fprintf(stderr, _("\nNo .save file written (file exists?)\n")); + fprintf(stderr, _("\nNo %s written (file exists?)\n"), name); exit(1); /* We have a problem: exit w/ errorlevel(1) */ }