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

Ludovic Rousseau rousseau at alioth.debian.org
Sat Jan 6 18:53:46 CET 2007


Author: rousseau
Date: 2007-01-06 18:53:46 +0100 (Sat, 06 Jan 2007)
New Revision: 2301

Modified:
   trunk/PCSC/src/configfile.l
Log:
evaluatetoken(): use unsigned int to avoid the warning:
configfile.l:80: warning: comparison between signed and unsigned


Modified: trunk/PCSC/src/configfile.l
===================================================================
--- trunk/PCSC/src/configfile.l	2007-01-06 17:48:33 UTC (rev 2300)
+++ trunk/PCSC/src/configfile.l	2007-01-06 17:53:46 UTC (rev 2301)
@@ -62,7 +62,7 @@
 
 	DWORD dwChannelId = 0;
 	int p = 0;
-	int n = 0;
+	unsigned int n = 0;
 
 	if (pcPrevious == NULL)
 	{							/* This is the key */




More information about the Pcsclite-cvs-commit mailing list