Subject: Re: CVS commit: basesrc/lib/libc/locale
To: T.SHIOZAKI <tshiozak@netbsd.org>
From: enami tsugutomo <enami@sm.sony.co.jp>
List: source-changes
Date: 08/06/2002 17:41:17
"T.SHIOZAKI" <tshiozak@netbsd.org> writes:

> From: enami tsugutomo <enami@sm.sony.co.jp>
> Subject: Re: CVS commit: basesrc/lib/libc/locale
> Date: 06 Aug 2002 17:13:57 +0900
> Message-ID: <tkrd6swieuy.fsf@memory-leak.sm.sony.co.jp>
> 
> > ! 		for (i = 1;; i++, locale = r) {
>                            ^
>                            |
> 
> We need to insert "i < _LC_LAST", don't we?

Ah, yes.

# We will reject if there is extra trailing slash then, but it may be
# no problem since we don't return such value (thanks soda explaining
# about setlocale() return value :-).

enami.