From owner-freebsd-ports Thu Feb 10 11:51:32 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mail.surf1.de (mail.Surf1.de [194.25.165.21]) by builder.freebsd.org (Postfix) with ESMTP id A22E445CA for ; Thu, 10 Feb 2000 11:51:24 -0800 (PST) Received: from cichlids.com (pC19F5484.dip0.t-ipconnect.de [193.159.84.132]) by mail.surf1.de (8.9.3/8.9.3) with ESMTP id UAA07254; Thu, 10 Feb 2000 20:51:03 +0100 Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by cichlids.com (Postfix) with ESMTP id 6465BAC26; Thu, 10 Feb 2000 20:51:42 +0100 (CET) Received: (from alex@localhost) by cichlids.cichlids.com (8.9.3/8.9.3) id UAA32019; Thu, 10 Feb 2000 20:52:27 +0100 (CET) (envelope-from alex) Date: Thu, 10 Feb 2000 20:52:27 +0100 From: Alexander Langer To: ports@freebsd.org, nrn@cnidr.org Subject: fix for textproc/isearch (bentofied) Message-ID: <20000210205227.A31092@cichlids.cichlids.com> Mail-Followup-To: ports@freebsd.org, nrn@cnidr.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="Q68bSM7Ycu6FN28Q" X-Mailer: Mutt 1.0.1i X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --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