[Pcsclite-cvs-commit] PCSC/src readerfactory.h,1.8,1.9

sauveron-guest@quantz.debian.org sauveron-guest@quantz.debian.org
Mon, 20 Oct 2003 18:03:15 +0200


Update of /cvsroot/pcsclite/PCSC/src
In directory quantz:/tmp/cvs-serv11410/src

Modified Files:
	readerfactory.h 
Log Message:
Correct with the goods concepts constants

Index: readerfactory.h
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/src/readerfactory.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- readerfactory.h	18 Oct 2003 17:19:36 -0000	1.8
+++ readerfactory.h	20 Oct 2003 16:03:12 -0000	1.9
@@ -94,7 +94,7 @@
 		RDR_CAPABILITIES psCapabilites;	/* Structure of reader
 						   capabilities */
 		PROT_OPTIONS psProtOptions;	/* Structure of protocol options */
-		RDR_CLIHANDLES psHandles[PCSCLITE_MAX_CONTEXTS];	
+		RDR_CLIHANDLES psHandles[PCSCLITE_MAX_READER_CONTEXT_CHANNELS];	
                                          /* Structure of connected handles */
 		FCT_MAP psFunctions;	/* Structure of function pointers */
 		UCHAR ucAtr[MAX_ATR_SIZE];	/* Atr for inserted card */