(main): Call set_start_time()

This commit is contained in:
Sergey Poznyakoff
2004-08-31 11:49:03 +00:00
parent 001e5cf813
commit 678a4411ea

View File

@@ -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);