Fix Windows build.

I renamed a variable, but missed an #ifdef WIN32 block.
This commit is contained in:
Heikki Linnakangas 2014-09-11 15:15:40 +03:00
parent c8b2499111
commit 06b95334f8

View File

@ -1192,7 +1192,7 @@ top:
* anyway
*/
fprintf(logfile, "%d %d %.0f %d 0 0",
st->id, st->cnt, usec, st->use_file);
st->id, st->cnt, latency, st->use_file);
#endif
if (throttle_delay)
fprintf(logfile, " %.0f", lag);