mkfs.cramfs: switch on localization.

Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
This commit is contained in:
Benno Schulenberg 2008-04-07 22:50:22 +02:00 committed by Karel Zak
parent 9d374821a0
commit 2d57c1f09e
1 changed files with 4 additions and 0 deletions

View File

@ -745,6 +745,10 @@ int main(int argc, char **argv)
progname = p+1;
}
setlocale(LC_ALL, "");
bindtextdomain(PACKAGE, LOCALEDIR);
textdomain(PACKAGE);
/* command line options */
while ((c = getopt(argc, argv, "hb:Ee:i:n:psVvz")) != EOF) {
switch (c) {