[Pcsclite-cvs-commit] r2304 - trunk/PCSC/src

Ludovic Rousseau rousseau at alioth.debian.org
Sat Jan 6 19:05:26 CET 2007


Author: rousseau
Date: 2007-01-06 19:05:26 +0100 (Sat, 06 Jan 2007)
New Revision: 2304

Modified:
   trunk/PCSC/src/tokenparser.l
Log:
tpevalToken(): use unsigned int to avoid:
tokenparser.l:74: warning: comparison between signed and unsigned
tokenparser.l:90: warning: comparison between signed and unsigned


Modified: trunk/PCSC/src/tokenparser.l
===================================================================
--- trunk/PCSC/src/tokenparser.l	2007-01-06 18:02:13 UTC (rev 2303)
+++ trunk/PCSC/src/tokenparser.l	2007-01-06 18:05:26 UTC (rev 2304)
@@ -57,7 +57,7 @@
 
 void tpevalToken(char *pcToken, int tokType)
 {
-	int len;
+	unsigned int len;
 	len = 0;
 
 	if (tokType == TOKEN_TYPE_KEY)




More information about the Pcsclite-cvs-commit mailing list