From: iceman1001 <iceman@iuse.se>
Date: Sun, 10 Apr 2016 11:34:27 +0000 (+0200)
Subject: CHG: doesnt flush the printf() calls
X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/2daa0d0b1e6a697f82d4c185c696d119cc19b085

CHG: doesnt flush the printf() calls
---

diff --git a/client/cmdhfmf.c b/client/cmdhfmf.c
index adfd5ecb..6273a1d1 100644
--- a/client/cmdhfmf.c
+++ b/client/cmdhfmf.c
@@ -1151,6 +1151,7 @@ int CmdHF14AMfChk(const char *Cmd)
 					e_sector[i].foundKey[trgKeyType] = FALSE;
 				}
 				printf(".");
+				fflush(stdout);
 			}
 			b < 127 ? ( b +=4 ) : ( b += 16 );	
 		}