提交 e22f63f2 编写于 作者: A Andy Polyakov

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

上级 d256b957
......@@ -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);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册