Commit 01a2bfd1 authored by Heikki Linnakangas's avatar Heikki Linnakangas

Fix Windows build.

I renamed a variable, but missed an #ifdef WIN32 block.
parent 0ed41529
......@@ -1268,7 +1268,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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment