From b01483eff69406430b88704dc13140bef3149f4d Mon Sep 17 00:00:00 2001 From: John Darrington Date: Fri, 12 Dec 2003 08:38:56 +0000 Subject: [PATCH] Fixed my immediately preceeding error --- src/glob.c | 2 ++ 1 file changed, 2 insertions(+) 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); -- 2.30.2