From owner-cvs-all Wed Aug 14 2: 6:59 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A0C0237B400; Wed, 14 Aug 2002 02:06:55 -0700 (PDT) Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8164243E3B; Wed, 14 Aug 2002 02:06:54 -0700 (PDT) (envelope-from mb@imp.ch) Received: from nbs.imp.ch (nbs.imp.ch [157.161.4.7]) by mail.imp.ch (8.12.3/8.12.3) with ESMTP id g7E96rHB007828; Wed, 14 Aug 2002 11:06:53 +0200 (CEST) (envelope-from Martin.Blapp@imp.ch) Received: from levais.imp.ch (levais.imp.ch [157.161.4.66]) by nbs.imp.ch (8.12.3/8.12.3) with ESMTP id g7E96qYW773916; Wed, 14 Aug 2002 11:06:52 +0200 (MES) Date: Wed, 14 Aug 2002 11:08:31 +0200 (CEST) From: Martin Blapp To: Martin Blapp Cc: , Subject: Re: cvs commit: ports/editors/openoffice/files patch-sal::osl::unx::nlsupport.c In-Reply-To: <200208132112.g7DLC6Ab087628@freefall.freebsd.org> Message-ID: <20020814110638.L4313-100000@levais.imp.ch> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Fix a ugly bug in a binary compare function which made OpenOffice > dump in Options->Load/Save/HTML Compatibility. If $LANG was not set > in ENV, TXT files could not be read anymore. Infact this was just a style bug. :-/ The real problem was that we used a binary search on case sensitive Data, but the compare of the data was done case insensitive. > > Revision Changes Path > 1.8 +16 -6 ports/editors/openoffice/files/patch-sal::osl::unx::nlsupport.c > Anyway, since I converted everything to lowercase in the last patch, it works now ! Martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message