Explorar el Código

(main): Protect invocation of setlocale by ifdef.

Sergey Poznyakoff hace 20 años
padre
commit
b5c890b887
Se han modificado 1 ficheros con 1 adiciones y 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);