summaryrefslogtreecommitdiff
path: root/www/elinks/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'www/elinks/files/patch-aa')
-rw-r--r--www/elinks/files/patch-aa11
1 files changed, 0 insertions, 11 deletions
diff --git a/www/elinks/files/patch-aa b/www/elinks/files/patch-aa
deleted file mode 100644
index 7170c081e528..000000000000
--- a/www/elinks/files/patch-aa
+++ /dev/null
@@ -1,11 +0,0 @@
---- default.c.orig Thu Jun 22 10:37:36 2000
-+++ default.c Tue Sep 5 09:34:12 2000
-@@ -538,7 +538,7 @@
- }
- mem_free(w);
- if (!(w = get_word(&c))) goto err;
-- if (strlen(w) != 1 || w[0] < '0' || w[0] > '2') goto err_f;
-+ if (strlen(w) != 1 || w[0] < '0' || w[0] > '3') goto err_f;
- ts->mode = w[0] - '0';
- mem_free(w);
- if (!(w = get_word(&c))) goto err;