summaryrefslogtreecommitdiff
path: root/textproc/ispell/files/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/ispell/files/patch-ac')
-rw-r--r--textproc/ispell/files/patch-ac12
1 files changed, 0 insertions, 12 deletions
diff --git a/textproc/ispell/files/patch-ac b/textproc/ispell/files/patch-ac
index 565b6556e7ca..e69de29bb2d1 100644
--- a/textproc/ispell/files/patch-ac
+++ b/textproc/ispell/files/patch-ac
@@ -1,12 +0,0 @@
---- correct.c.orig Wed Jul 25 23:51:47 2001
-+++ correct.c Thu Feb 21 21:15:51 2002
-@@ -1600,7 +1600,9 @@
- ch = getc (stdin);
- if (ch == EOF)
- break;
-+ contextbufs[0][bufsize] = (char) ch;
- filteredbuf[bufsize++] = (char) ch;
-+ contextbufs[0][bufsize] = '\0';
- filteredbuf[bufsize] = '\0';
- }
- }