cvs commit: src/lib/libc/locale lmessages.c lmonetary.c lnumeric.c

Nate Lawson nate at root.org
Tue Dec 23 17:40:21 PST 2003


On Tue, 23 Dec 2003, Jordan K. Hubbard wrote:
>   Modified files:        (Branch: RELENG_4)
>     lib/libc/locale      lmessages.c lmonetary.c lnumeric.c
>   Log:
>   <big sigh>
>   I missed these from the MFC and caused the dysfunction reported on -stable,
>   I just didn't catch it due to lack of personal locale-use.  Yes, when you
>   change an internal function it is also necessary to change the functions
>   which *call* it or bad things happen.  Yes, I should have caught this myself.
>   I'm a little rusty in -stable, sorry.  Won't happen again. :(
>   </big sigh>
>
>   Revision  Changes    Path
>   1.9.2.3   +1 -1      src/lib/libc/locale/lmessages.c
>   1.12.2.3  +1 -1      src/lib/libc/locale/lmonetary.c
>   1.10.2.3  +1 -1      src/lib/libc/locale/lnumeric.c
>
> --- src/lib/libc/locale/lmessages.c:1.9.2.2	Mon Aug 12 04:17:37 2002
> +++ src/lib/libc/locale/lmessages.c	Tue Dec 23 17:08:47 2003
> @@ -55,7 +55,7 @@
>  	int ret;
>
>  	ret = __part_load_locale(name, &_messages_using_locale,
> -		  _messages_locale_buf, "LC_MESSAGES",
> +		  &_messages_locale_buf, "LC_MESSAGES/LC_MESSAGES",
>  		  LCMESSAGES_SIZE_FULL, LCMESSAGES_SIZE_MIN,
>  		  (const char **)&_messages_locale);
>  	if (ret == _LDP_LOADED) {

That still doesn't look right.

-Nate


More information about the cvs-src mailing list