From 678a4411ea3f1613693b1d38409382db36f2a719 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Tue, 31 Aug 2004 11:49:03 +0000 Subject: [PATCH] (main): Call set_start_time() --- src/tar.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/tar.c b/src/tar.c index 78638d0..50202a2 100644 --- a/src/tar.c +++ b/src/tar.c @@ -1580,10 +1580,7 @@ decode_options (int argc, char **argv) int main (int argc, char **argv) { -#if HAVE_CLOCK_GETTIME - if (clock_gettime (CLOCK_REALTIME, &start_timespec) != 0) -#endif - start_time = time (0); + set_start_time (); program_name = argv[0]; setlocale (LC_ALL, ""); bindtextdomain (PACKAGE, LOCALEDIR); -- 2.44.0