]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
raw: use LC_ALL
authorKarel Zak <kzak@redhat.com>
Fri, 18 Oct 2013 08:56:40 +0000 (10:56 +0200)
committerKarel Zak <kzak@redhat.com>
Fri, 18 Oct 2013 09:38:02 +0000 (11:38 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
disk-utils/raw.c

index 770e7028946fa7ea86963567065f565560702858..2adbf00bb73efeb9ee8801088733e95f523bc67f 100644 (file)
@@ -104,7 +104,7 @@ int main(int argc, char *argv[])
                {NULL, no_argument, 0, '0'},
        };
 
-       setlocale(LC_MESSAGES, "");
+       setlocale(LC_ALL, "");
        bindtextdomain(PACKAGE, LOCALEDIR);
        textdomain(PACKAGE);
        atexit(close_stdout);