[Pcsclite-cvs-commit] r1739 - trunk/Drivers/ccid/src/openct

Ludovic Rousseau rousseau at costa.debian.org
Thu Nov 24 14:21:00 UTC 2005


Author: rousseau
Date: 2005-11-24 14:21:00 +0000 (Thu, 24 Nov 2005)
New Revision: 1739

Modified:
   trunk/Drivers/ccid/src/openct/proto-t1.c
Log:
t1_xcv(): correct the comment about &rmax


Modified: trunk/Drivers/ccid/src/openct/proto-t1.c
===================================================================
--- trunk/Drivers/ccid/src/openct/proto-t1.c	2005-11-24 14:19:30 UTC (rev 1738)
+++ trunk/Drivers/ccid/src/openct/proto-t1.c	2005-11-24 14:21:00 UTC (rev 1739)
@@ -681,7 +681,7 @@
 			return n;
 
 		/* the second argument of CCID_Receive() is (unsigned int *)
-		 * so we can't use &rmax since rmax is a (size_t *) and may not
+		 * so we can't use &rmax since &rmax is a (size_t *) and may not
 		 * be the same on 64-bits architectures for example (iMac G5) */
 		rmax_int = rmax;
 		n = CCID_Receive(t1 -> lun, &rmax_int, block);




More information about the Pcsclite-cvs-commit mailing list