commit | e22f63f2318c66387015a696eefae8304c9ee09b | [log] [tgz] |
---|---|---|
author | Andy Polyakov <appro@openssl.org> | Sun Nov 06 12:15:12 2005 +0000 |
committer | Andy Polyakov <appro@openssl.org> | Sun Nov 06 12:15:12 2005 +0000 |
tree | 6413f6b0f6a3a8ab376cdc1dc8f175c07a50c1b2 | |
parent | d256b95768ae01baba1915c802e2ba05c25348cc [diff] [blame] |
The typos never stop. Fix one in apps/apps.c.
diff --git a/apps/apps.c b/apps/apps.c index ee5edaa..d9a1316 100644 --- a/apps/apps.c +++ b/apps/apps.c
@@ -2395,13 +2395,14 @@ 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); }