summaryrefslogtreecommitdiff
path: root/textproc/ispell/files/patch-ac
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>2008-07-21 11:54:12 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>2008-07-21 11:54:12 +0000
commit590818478446e601f04b61fc883b670577966a5c (patch)
treeea1a513949245ef25ba2535beda95f77664c84e5 /textproc/ispell/files/patch-ac
parent- Roll back the last patch removed by mistake and remove the correct patch. (diff)
Update to version 3.3.02.
Update the URL for the italian dictionary. PR: ports/125267: Submitted by: "Pedro F. Giffuni" <pfgshield-freebsd@yahoo.com>
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';
- }
- }