summaryrefslogtreecommitdiffstats
path: root/sys-utils/setpriv.c
diff options
context:
space:
mode:
authorKarel Zak2013-10-18 10:56:56 +0200
committerKarel Zak2013-10-18 11:38:02 +0200
commita7a5c470054e563130f8b903d0c946cedecc88af (patch)
tree27d8276546dad7e52ba6069bbc21fe43a3d8f5e7 /sys-utils/setpriv.c
parentraw: use LC_ALL (diff)
downloadkernel-qcow2-util-linux-a7a5c470054e563130f8b903d0c946cedecc88af.tar.gz
kernel-qcow2-util-linux-a7a5c470054e563130f8b903d0c946cedecc88af.tar.xz
kernel-qcow2-util-linux-a7a5c470054e563130f8b903d0c946cedecc88af.zip
setpriv: use LC_ALL
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'sys-utils/setpriv.c')
-rw-r--r--sys-utils/setpriv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-utils/setpriv.c b/sys-utils/setpriv.c
index c3f2a8b82..fe8fbf8e2 100644
--- a/sys-utils/setpriv.c
+++ b/sys-utils/setpriv.c
@@ -630,7 +630,7 @@ int main(int argc, char **argv)
int total_opts = 0;
int list_caps = 0;
- setlocale(LC_MESSAGES, "");
+ setlocale(LC_ALL, "");
bindtextdomain(PACKAGE, LOCALEDIR);
textdomain(PACKAGE);
atexit(close_stdout);