mirror of
git://git.sv.gnu.org/nano.git
synced 2024-11-26 06:39:43 +03:00
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
This commit is contained in:
parent
5c27d723c9
commit
b08b38680d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user