Date: Tue, 23 Dec 2003 17:40:18 -0800 (PST) From: Nate Lawson <nate@root.org> To: "Jordan K. Hubbard" <jkh@FreeBSD.org> Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/locale lmessages.c lmonetary.c lnumeric.c Message-ID: <20031223173940.H93254@root.org> In-Reply-To: <20031224010901.7B5CD16A56B@hub.freebsd.org> References: <20031224010901.7B5CD16A56B@hub.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031223173940.H93254>