summaryrefslogtreecommitdiffstats
path: root/text-utils/pg.c
diff options
context:
space:
mode:
authorKarel Zak2013-10-18 10:57:11 +0200
committerKarel Zak2013-10-18 11:38:02 +0200
commit938029c6682e707c5cb5839a5e97c759e9991853 (patch)
treef9a796213c5ffff9961c02069b0367383436b766 /text-utils/pg.c
parentsetpriv: use LC_ALL (diff)
downloadkernel-qcow2-util-linux-938029c6682e707c5cb5839a5e97c759e9991853.tar.gz
kernel-qcow2-util-linux-938029c6682e707c5cb5839a5e97c759e9991853.tar.xz
kernel-qcow2-util-linux-938029c6682e707c5cb5839a5e97c759e9991853.zip
pg: use LC_ALL
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'text-utils/pg.c')
-rw-r--r--text-utils/pg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/text-utils/pg.c b/text-utils/pg.c
index 7b61e6bd3..e9156c3a1 100644
--- a/text-utils/pg.c
+++ b/text-utils/pg.c
@@ -1522,7 +1522,7 @@ int main(int argc, char **argv)
_("%s %s Copyright (c) 2000-2001 Gunnar Ritter. All rights reserved.\n"),
program_invocation_short_name, PACKAGE_VERSION);
- setlocale(LC_MESSAGES, "");
+ setlocale(LC_ALL, "");
bindtextdomain(PACKAGE, LOCALEDIR);
textdomain(PACKAGE);
atexit(close_stdout);