[Pcsclite-cvs-commit] Drivers/ccid/src tokenparser.l,1.1.1.1,1.2

rousseau@haydn.debian.org rousseau@haydn.debian.org


Update of /cvsroot/pcsclite/Drivers/ccid/src
In directory haydn:/tmp/cvs-serv25864

Modified Files:
	tokenparser.l 
Log Message:
initialise pcDesiredKey to NULL instead of 0


Index: tokenparser.l
===================================================================
RCS file: /cvsroot/pcsclite/Drivers/ccid/src/tokenparser.l,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- tokenparser.l	12 Aug 2003 12:40:25 -0000	1.1.1.1
+++ tokenparser.l	15 Jul 2004 14:51:03 -0000	1.2
@@ -17,7 +17,7 @@
 
 void tpevalToken(char *pcToken, int tokType);
 
-static char *pcDesiredKey = 0;
+static char *pcDesiredKey = NULL;
 static char pcKey[TOKEN_MAX_KEY_SIZE];
 static char pcValue[TOKEN_MAX_VALUE_SIZE];
 static char pcFinValue[TOKEN_MAX_VALUE_SIZE];