Browse Source

(main): Protect invocation of setlocale by ifdef.

Sergey Poznyakoff 20 years ago
parent
commit
b5c890b887
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/tar.c

+ 1 - 0
src/tar.c

@@ -1621,6 +1621,7 @@ main (int argc, char **argv)
 {
   set_start_time ();
   program_name = argv[0];
+
   setlocale (LC_ALL, "");
   bindtextdomain (PACKAGE, LOCALEDIR);
   textdomain (PACKAGE);