summaryrefslogtreecommitdiff
path: root/textproc/isearch/files/patch-ab
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-08-06 14:24:26 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-08-06 14:24:26 +0000
commitd1c15c822eef48c5c5c8f1d9c9270c75399a704d (patch)
tree7ab95530ca2386e999c43a7436ce445b723d7e20 /textproc/isearch/files/patch-ab
parentCope with update of bsd.man.mk . (diff)
upgrade to 1.47d
PR: 28622 Submitted by: Paul Marquis <pmarquis@pobox.com>
Notes
Notes: svn path=/head/; revision=45882
Diffstat (limited to 'textproc/isearch/files/patch-ab')
-rw-r--r--textproc/isearch/files/patch-ab11
1 files changed, 0 insertions, 11 deletions
diff --git a/textproc/isearch/files/patch-ab b/textproc/isearch/files/patch-ab
deleted file mode 100644
index 1b3bc147483c..000000000000
--- a/textproc/isearch/files/patch-ab
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/index.cxx.old Thu Feb 10 20:39:15 2000
-+++ src/index.cxx Thu Feb 10 20:39:24 2000
-@@ -530,7 +530,7 @@
- }
-
- GDT_BOOLEAN INDEX::ValidateInField(const GPTYPE HitGp, const STRING& FieldName,
-- const PhraseLength) {
-+ const int PhraseLength) {
- STRING Fn;
- Parent->DfdtGetFileName(FieldName, &Fn);
- PFILE Fp = Parent->ffopen(Fn, "rb");