From e22f63f2318c66387015a696eefae8304c9ee09b Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Sun, 6 Nov 2005 12:15:12 +0000 Subject: [PATCH] The typos never stop. Fix one in apps/apps.c. --- apps/apps.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/apps/apps.c b/apps/apps.c index ee5edaa7b8..d9a1316997 100644 --- a/apps/apps.c +++ b/apps/apps.c @@ -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); } -- 2.25.1