Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Aug 2002 11:08:31 +0200 (CEST)
From:      Martin Blapp <mb@imp.ch>
To:        Martin Blapp <mbr@FreeBSD.org>
Cc:        <cvs-committers@FreeBSD.org>, <cvs-all@FreeBSD.org>
Subject:   Re: cvs commit: ports/editors/openoffice/files patch-sal::osl::unx::nlsupport.c
Message-ID:  <20020814110638.L4313-100000@levais.imp.ch>
In-Reply-To: <200208132112.g7DLC6Ab087628@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
>   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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020814110638.L4313-100000>