1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/textproc/isearch/files/patch-ab
Satoshi Asami e6762aeb44 Fix new gcc errors ("const" -> "const int").
Submitted by:	Alexander Langer <alex@big.endian.de>
2000-02-11 01:48:22 +00:00

12 lines
356 B
Plaintext

--- 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");