summaryrefslogtreecommitdiff
path: root/rmt
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2004-12-22 10:56:35 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2004-12-22 10:56:35 +0000
commit056aa7b4de75164c72eb6bd18ebc314dd6ecebd1 (patch)
tree13b8fb4dbac3620524978fed71c13f1cce73449f /rmt
parentc88cbca1d6be6527300eee802549654b63b8f59a (diff)
downloadpaxutils-056aa7b4de75164c72eb6bd18ebc314dd6ecebd1.tar.gz
(main): Reverted changes. setlocale() is handled by system.h
Diffstat (limited to 'rmt')
-rw-r--r--rmt/rmt.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/rmt/rmt.c b/rmt/rmt.c
index d1d63df..4869ae5 100644
--- a/rmt/rmt.c
+++ b/rmt/rmt.c
@@ -282,11 +282,9 @@ main (int argc, char *const *argv)
program_name = argv[0];
-#ifdef ENABLE_NLS
setlocale (LC_ALL, "");
bindtextdomain (PACKAGE, LOCALEDIR);
textdomain (PACKAGE);
-#endif
switch (getopt_long (argc, argv, "", long_opts, NULL))
{