Expedite: use cross platform values

SVN revision: 58866
expedite-1.1
Vincent Torri 12 years ago
parent 422ab6ba43
commit 9b5b9e48a6
  1. 2
      src/bin/ui.c

@ -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), "

Loading…
Cancel
Save