Skip to content

Commit

Permalink
Improve windows buffering behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
fhanau committed Jan 5, 2020
1 parent 6fa326f commit ce388e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lodepng/lodepng.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4279,6 +4279,7 @@ static unsigned filter(unsigned char* out, unsigned char* in, unsigned w, unsign
e_since_best = 0;
if(!settings->quiet) {
printf("Generation %d: %d bytes\n", e, best_size);
fflush(stdout);
}
}
else ++e_since_best;
Expand Down

0 comments on commit ce388e7

Please sign in to comment.