Explorar o código

(main): Protect invocation of setlocale by ifdef.

Sergey Poznyakoff %!s(int64=20) %!d(string=hai) anos
pai
achega
b5c890b887
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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);