From owner-cvs-all Mon Feb 12 6:51:44 2001 Delivered-To: cvs-all@freebsd.org Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by hub.freebsd.org (Postfix) with ESMTP id 0663437B401; Mon, 12 Feb 2001 06:51:33 -0800 (PST) Received: (from ache@localhost) by nagual.pp.ru (8.11.2/8.11.2) id f1CEpUE08137; Mon, 12 Feb 2001 17:51:31 +0300 (MSK) (envelope-from ache) Date: Mon, 12 Feb 2001 17:51:27 +0300 From: "Andrey A. Chernov" To: Alexey Zelkin Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/locale fix_grouping.c Message-ID: <20010212175126.A8102@nagual.pp.ru> References: <200102120855.f1C8tCr34265@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200102120855.f1C8tCr34265@freefall.freebsd.org>; from phantom@FreeBSD.org on Mon, Feb 12, 2001 at 12:55:12AM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Feb 12, 2001 at 00:55:12 -0800, Alexey Zelkin wrote: > phantom 2001/02/12 00:55:12 PST > > Modified files: > lib/libc/locale fix_grouping.c > Log: > Assume that "" passed as parameter also means "no grouping" > Make comparsions more clear (per style(9)) This check alone is not completed, initial *dst should be checked for '\0' too in case someone specify "0;0" which have no sense in strict meaning but "no grouping" is nearest. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message