Date: Thu, 10 Feb 2000 20:52:27 +0100 From: Alexander Langer <alex@big.endian.de> To: ports@freebsd.org, nrn@cnidr.org Subject: fix for textproc/isearch (bentofied) Message-ID: <20000210205227.A31092@cichlids.cichlids.com>
next in thread | raw e-mail | index | archive | help
--Q68bSM7Ycu6FN28Q Content-Type: text/plain; charset=us-ascii Hello! Again two simple ANSI C++ corrections. Author: This is for Isearch-1.14. Alex -- I need a new ~/.sig. --Q68bSM7Ycu6FN28Q Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=patch-ab --- 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"); --Q68bSM7Ycu6FN28Q Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=patch-ac --- doctype/sgmlnorm.cxx.old Thu Feb 10 20:45:12 2000 +++ doctype/sgmlnorm.cxx Thu Feb 10 20:45:23 2000 @@ -528,7 +528,7 @@ #ifndef TAG_GROW_SIZE #define TAG_GROW_SIZE 128 #endif - const grow_size = TAG_GROW_SIZE; + const int grow_size = TAG_GROW_SIZE; #undef TAG_GROW_SIZE // You should allocate character pointers (to tags) as you need them. --Q68bSM7Ycu6FN28Q-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000210205227.A31092>