copy/paste error
This commit is contained in:
Howard Chu 2014-10-15 11:11:08 +01:00
parent b36bd703d7
commit d06073d0d6

View File

@ -387,7 +387,7 @@ wait4msg(
#ifdef HAVE_GETTIMEOFDAY
gettimeofday( &curr_time_tv, NULL );
#else /* ! HAVE_GETTIMEOFDAY */
start_time_tv.tv_sec = time( NULL );
curr_time_tv.tv_sec = time( NULL );
curr_time_tv.tv_usec = 0;
#endif /* ! HAVE_GETTIMEOFDAY */