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

Ludovic Rousseau rousseau at alioth.debian.org
Sat Jan 6 18:57:58 CET 2007


Author: rousseau
Date: 2007-01-06 18:57:58 +0100 (Sat, 06 Jan 2007)
New Revision: 2302

Modified:
   trunk/PCSC/src/debuglog.c
Log:
DebugLogSetLogType(): use unsigned int to avoid:
debuglog.c:182: warning: comparison between signed and unsigned


Modified: trunk/PCSC/src/debuglog.c
===================================================================
--- trunk/PCSC/src/debuglog.c	2007-01-06 17:53:46 UTC (rev 2301)
+++ trunk/PCSC/src/debuglog.c	2007-01-06 17:57:58 UTC (rev 2302)
@@ -176,7 +176,7 @@
 		term = getenv("TERM");
 		if (term)
 		{
-			int i;
+			unsigned int i;
 
 			/* for each known color terminal */
 			for (i = 0; i < sizeof(terms) / sizeof(terms[0]); i++)




More information about the Pcsclite-cvs-commit mailing list