From 8e827c13f7fe09ab2e1bb1fc30cb61f54dee65e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Ho=C5=A1ek?= Date: Sat, 30 Jun 2012 23:45:36 +0200 Subject: [PATCH] HLExtract: flush stdout after progress update --- HLExtract/Main.c | 1 + 1 file changed, 1 insertion(+) 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 } }