From: Chris Allegretta Date: Sat, 9 Aug 2008 09:31:33 +0000 (+0000) Subject: Re-add the skip_backup label since we do still need it in one case. X-Git-Tag: v2.1.4~2 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=b08b38680db6f48cc308847d155521ab62f572c1;p=nano.git 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 --- diff --git a/src/files.c b/src/files.c index d37c75d7..6c898640 100644 --- 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