[Pcsclite-cvs-commit] CVS Drivers/ccid/src

CVS User rousseau ludovic.rousseau@free.fr
Fri, 25 Feb 2005 10:26:58 -0700


Update of /cvsroot/pcsclite/Drivers/ccid/src
In directory haydn:/tmp/cvs-serv26617

Modified Files:
	parse.c 
Log Message:
typo: used "ICC" instead of "CCID"


--- /cvsroot/pcsclite/Drivers/ccid/src/parse.c	2004/10/07 20:27:16	1.22
+++ /cvsroot/pcsclite/Drivers/ccid/src/parse.c	2005/02/25 17:26:57	1.23
@@ -18,7 +18,7 @@
 */
 
 /*
- * $Id: parse.c,v 1.22 2004/10/07 20:27:16 rousseau Exp $
+ * $Id: parse.c,v 1.23 2005/02/25 17:26:57 rousseau Exp $
  */
 
 #include <stdio.h>
@@ -239,9 +239,9 @@
 	if (extra[40] & 0x20)
 		printf("   Automatic baud rate change according to frequency and Fi, Di parameters\n");
 	if (extra[40] & 0x40)
-		printf("   Automatic parameters negotiation made by the ICC\n");
+		printf("   Automatic parameters negotiation made by the CCID\n");
 	if (extra[40] & 0x80)
-		printf("   Automatic PPS made by the ICC\n");
+		printf("   Automatic PPS made by the CCID\n");
 	if (extra[41] & 0x01)
 		printf("   CCID can set ICC in clock stop mode\n");
 	if (extra[41] & 0x02)