[Pcsclite-cvs-commit] CVS PCSC/src

CVS User rousseau ludovic.rousseau@free.fr
Wed, 22 Sep 2004 12:22:23 -0600


Update of /cvsroot/pcsclite/PCSC/src
In directory haydn:/tmp/cvs-serv3922

Modified Files:
	testpcsc.c 
Log Message:
fflush(stdout) so that "Please insert a working reader   : " is
displayed


--- /cvsroot/pcsclite/PCSC/src/testpcsc.c	2004/09/07 07:04:22	1.23
+++ /cvsroot/pcsclite/PCSC/src/testpcsc.c	2004/09/22 18:22:23	1.24
@@ -8,7 +8,7 @@
  * Copyright (C) 2004
  *  Ludovic Rousseau <ludovic.rousseau@free.fr>
  *
- * $Id: testpcsc.c,v 1.23 2004/09/07 07:04:22 rousseau Exp $
+ * $Id: testpcsc.c,v 1.24 2004/09/22 18:22:23 rousseau Exp $
  */
 
 #include "config.h"
@@ -47,6 +47,7 @@
 
 	printf("Testing SCardGetStatusChange \n");
 	printf("Please insert a working reader   : ");
+	fflush(stdout);
 	rv = SCardGetStatusChange(hContext, INFINITE, 0, 0);
 
 	printf("%s\n", pcsc_stringify_error(rv));