[Pcsclite-cvs-commit] CVS PCSC/src

CVS User corcoran-guest ludovic.rousseau@free.fr
Fri, 17 Sep 2004 12:10:37 -0600


Update of /cvsroot/pcsclite/PCSC/src
In directory haydn:/tmp/cvs-serv20187

Modified Files:
      Tag: corcoran-013004
	musclecard.c 
Log Message:
added init for tokenType

--- /cvsroot/pcsclite/PCSC/src/musclecard.c	2003/10/18 17:19:36	1.34
+++ /cvsroot/pcsclite/PCSC/src/musclecard.c	2004/09/17 18:10:37	1.34.4.1
@@ -10,7 +10,7 @@
  * You may not remove this header from this file without 
  * prior permission from the author.
  *
- * $Id: musclecard.c,v 1.34 2003/10/18 17:19:36 aet-guest Exp $
+ * $Id: musclecard.c,v 1.34.4.1 2004/09/17 18:10:37 corcoran-guest Exp $
  */
 
 #include "config.h"
@@ -170,6 +170,7 @@
 					currentToken = &tokenArray[tokensFound - 1];
 					currentToken->addParams = 0;
 					currentToken->addParamsSize = 0;
+					currentToken->tokenType = 0;
 
 					if (rgReaderStates.dwEventState & SCARD_STATE_EMPTY)
 					{