Commit e28eddc5 authored by Ben Laurie's avatar Ben Laurie
Browse files

Typo? Why did this work, anyway?

parent d82a612a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2602,7 +2602,7 @@ double app_tminterval(int stop,int usertime)
	struct timeval	now;
	static struct timeval tmstart;

	if (usertime)		getrusage(RUSAGE_SELF,&rus), now = rus.ru_time;
	if (usertime)		getrusage(RUSAGE_SELF,&rus), now = rus.ru_utime;
	else			gettimeofday(&now,NULL);

	if (stop==TM_START)	tmstart = now;