]> git.wh0rd.org Git - nano.git/commitdiff
Re-add the skip_backup label since we do still need it in one case.
authorChris Allegretta <chrisa@asty.org>
Sat, 9 Aug 2008 09:31:33 +0000 (09:31 +0000)
committerChris Allegretta <chrisa@asty.org>
Sat, 9 Aug 2008 09:31:33 +0000 (09:31 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4299 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/files.c

index d37c75d755fca4ae76e332d242e9aeb8d90cec86..6c898640020d71e1e729bc6a26141d21749a61a4 100644 (file)
@@ -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