nano

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

commit b08b38680db6f48cc308847d155521ab62f572c1
parent 5c27d723c93a376d40016bfa5dd01d4d97cfa59a
Author: Chris Allegretta <chrisa@asty.org>
Date:   Sat,  9 Aug 2008 09:31:33 +0000

Re-add the skip_backup label since we do still need it in one case.



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

Diffstat:
Msrc/files.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/files.c b/src/files.c @@ -1540,6 +1540,7 @@ bool write_file(const char *name, FILE *f_open, bool tmp, append_type free(backupname); } + skip_backup: #endif /* !NANO_TINY */ /* If NOFOLLOW_SYMLINKS is set and the file is a link, we aren't