From: John Darrington Date: Fri, 12 Dec 2003 08:38:56 +0000 (+0000) Subject: Fixed my immediately preceeding error X-Git-Tag: v0.4.0~465 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b01483eff69406430b88704dc13140bef3149f4d;p=pspp-builds.git Fixed my immediately preceeding error --- diff --git a/src/glob.c b/src/glob.c index b7ec50a3..235399c0 100644 --- a/src/glob.c +++ b/src/glob.c @@ -133,7 +133,9 @@ init_glob (int argc unused, char **argv) { /* FIXME: Allow i18n of other locale items (besides LC_MESSAGES). */ #if ENABLE_NLS +#if LC_MESSAGE setlocale (LC_MESSAGES, ""); +#endif setlocale (LC_MONETARY, ""); bindtextdomain (PACKAGE, locale_dir); textdomain (PACKAGE);