summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-editors/nano/files/1.3.4-nanobrack.patch')
-rw-r--r--app-editors/nano/files/1.3.4-nanobrack.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/app-editors/nano/files/1.3.4-nanobrack.patch b/app-editors/nano/files/1.3.4-nanobrack.patch
deleted file mode 100644
index 606f0580bc04..000000000000
--- a/app-editors/nano/files/1.3.4-nanobrack.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff -ur nano-1.3.4/src/rcfile.c nano-1.3.4-fixed/src/rcfile.c
---- nano-1.3.4/src/rcfile.c 2004-08-18 05:31:26.000000000 +0200
-+++ nano-1.3.4-fixed/src/rcfile.c 2004-08-18 18:01:24.000000000 +0200
-@@ -611,9 +611,10 @@
- else
- #endif
- if (strcasecmp(rcopts[i].name, "tabsize") == 0) {
-- if (!parse_num(option, &tabsize) || tabsize <= 0)
-+ if (!parse_num(option, &tabsize) || tabsize <= 0) {
- rcfile_error(N_("Requested tab size %s invalid"), option);
- tabsize = -1;
-+ }
- }
- } else
- SET(rcopts[i].flag);