projects
/
pspp-builds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eaf83d4
)
Fixed my immediately preceeding error
author
John Darrington
<john@darrington.wattle.id.au>
Fri, 12 Dec 2003 08:38:56 +0000
(08:38 +0000)
committer
John Darrington
<john@darrington.wattle.id.au>
Fri, 12 Dec 2003 08:38:56 +0000
(08:38 +0000)
src/glob.c
patch
|
blob
|
history
diff --git
a/src/glob.c
b/src/glob.c
index b7ec50a37b18356fc0a4f7eb10fd597dd6286886..235399c0be300779e1cbdafcc5a2f4bc61f8d76f 100644
(file)
--- 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);