Updated MediaInfo binaries to v19.07 (2019-07-16), compiled with ICL 19.0 and MSVC...
[LameXP.git] / etc / Patches / MAC-v4.16-Flush.V1.diff
blob0b466b55a2d82a7491117fcc6846f746454ac303
1 Source/Console/Console.cpp | 3 +++
2 1 file changed, 3 insertions(+)
4 diff --git a/Source/Console/Console.cpp b/Source/Console/Console.cpp
5 index 145d4af..a4a8256 100644
6 --- a/Source/Console/Console.cpp
7 +++ b/Source/Console/Console.cpp
8 @@ -64,6 +64,9 @@ void CALLBACK ProgressCallback(int nPercentageDone)
9 // output the progress
10 _ftprintf(stderr, _T("Progress: %.1f%% (%.1f seconds remaining, %.1f seconds total) \r"),
11 dProgress * 100, dRemaining, dElapsed);
13 + //Don't forget to flush!
14 + fflush(stderr);
17 /***************************************************************************************