[Pcsclite-cvs-commit] r2383 - trunk/PCSC/doc/example

Ludovic Rousseau rousseau at alioth.debian.org
Mon Feb 5 14:36:50 CET 2007


Author: rousseau
Date: 2007-02-05 14:36:50 +0100 (Mon, 05 Feb 2007)
New Revision: 2383

Modified:
   trunk/PCSC/doc/example/pcsc_demo.c
Log:
use unsigned int i; instead of int i; to avoid a compiler warning


Modified: trunk/PCSC/doc/example/pcsc_demo.c
===================================================================
--- trunk/PCSC/doc/example/pcsc_demo.c	2007-02-05 13:35:31 UTC (rev 2382)
+++ trunk/PCSC/doc/example/pcsc_demo.c	2007-02-05 13:36:50 UTC (rev 2383)
@@ -62,7 +62,7 @@
 	BYTE pbAtr[MAX_ATR_SIZE] = "";
 	char pbReader[MAX_READERNAME] = "";
 	int reader_nb;
-	int i;
+	unsigned int i;
     SCARD_IO_REQUEST *pioSendPci;
 	SCARD_IO_REQUEST pioRecvPci;
 	BYTE pbRecvBuffer[10];




More information about the Pcsclite-cvs-commit mailing list