]> Dogcows Code - chaz/tar/commitdiff
(main): Protect invocation of setlocale by ifdef.
authorSergey Poznyakoff <gray@gnu.org.ua>
Tue, 21 Dec 2004 13:24:00 +0000 (13:24 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Tue, 21 Dec 2004 13:24:00 +0000 (13:24 +0000)
src/tar.c

index 31d7d3064b37e0a3c10541b2ef9a304ab4306cbc..74a177deea5753d8cb9ff5dd76f07827daf05f28 100644 (file)
--- a/src/tar.c
+++ b/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);
This page took 0.024185 seconds and 4 git commands to generate.