The typos never stop. Fix one in apps/apps.c.

This commit is contained in:
Andy Polyakov 2005-11-06 12:15:12 +00:00
parent d256b95768
commit e22f63f231

View File

@ -2395,13 +2395,14 @@ double app_tminterval(int stop,int usertime)
else
#endif
{
SYSTEMTIME systime;
if (usertime && warning)
{
BIO_printf(bio_err,"To get meaningful results, run "
"this program on idle system.\n"
"this program on idle system.\n");
warning=1;
}
SYSTEMTIME systime;
GetSystemTime(&systime);
SystemTimeToFileTime(&systime,&now);
}