diff --git a/HLExtract/Main.c b/HLExtract/Main.c index 5623b51..742b257 100644 --- a/HLExtract/Main.c +++ b/HLExtract/Main.c @@ -714,6 +714,7 @@ hlVoid ProgressUpdate(hlULongLong uiBytesDone, hlULongLong uiBytesTotal) printf("."); } } + fflush(stdout); #endif } }