summaryrefslogtreecommitdiff
path: root/src/catman.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/catman.c')
-rw-r--r--src/catman.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/catman.c b/src/catman.c
index f1ba9c15..b0bda9a1 100644
--- a/src/catman.c
+++ b/src/catman.c
@@ -413,7 +413,7 @@ int main (int argc, char *argv[])
init_debug ();
- locale = xstrdup (init_locale (LC_ALL, ""));
+ locale = xstrdup (init_locale ());
if (!locale)
locale = xstrdup ("C");