Expedite: use cross platform values

SVN revision: 58866
This commit is contained in:
Vincent Torri 2011-04-24 10:32:54 +00:00
parent 422ab6ba43
commit 9b5b9e48a6
1 changed files with 1 additions and 1 deletions

View File

@ -246,7 +246,7 @@ _ui_all(void)
now = time(NULL);
tim = localtime(&now);
if (tim) strftime(datestr, sizeof(datestr), "%F %T", tim);
if (tim) strftime(datestr, sizeof(datestr), "%Y-%m-%d %H:%M:%S", tim);
else snprintf(datestr, sizeof(datestr), "unknown");
// printf("%5.2f , EVAS SPEED\n", fps / t_count);
printf("%5.2f , EVAS SPEED (WEIGHTED), "