From b08b38680db6f48cc308847d155521ab62f572c1 Mon Sep 17 00:00:00 2001
From: Chris Allegretta <chrisa@asty.org>
Date: Sat, 9 Aug 2008 09:31:33 +0000
Subject: [PATCH] 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
---
 src/files.c | 1 +
 1 file changed, 1 insertion(+)

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
-- 
GitLab