[Pcsclite-cvs-commit] r6958 - trunk/Drivers/ccid/examples

ludovic.rousseau at free.fr ludovic.rousseau at free.fr
Fri Aug 8 09:27:50 UTC 2014


Author: rousseau
Date: 2014-08-08 09:27:50 +0000 (Fri, 08 Aug 2014)
New Revision: 6958

Modified:
   trunk/Drivers/ccid/examples/scardcontrol.c
Log:
Fix wrong comment

We need to have a card inserted since we will send APDUs.


Modified: trunk/Drivers/ccid/examples/scardcontrol.c
===================================================================
--- trunk/Drivers/ccid/examples/scardcontrol.c	2014-08-08 08:46:46 UTC (rev 6957)
+++ trunk/Drivers/ccid/examples/scardcontrol.c	2014-08-08 09:27:50 UTC (rev 6958)
@@ -547,7 +547,7 @@
 		goto end;
 	}
 
-	/* connect to a reader (even without a card) */
+	/* re-connect to a reader (with a card) */
 	dwActiveProtocol = -1;
 	rv = SCardReconnect(hCard, SCARD_SHARE_SHARED,
 		SCARD_PROTOCOL_T0|SCARD_PROTOCOL_T1, SCARD_LEAVE_CARD,




More information about the Pcsclite-cvs-commit mailing list