[Pcsclite-cvs-commit] PCSC/src configfile.l,1.7,1.8

sauveron-guest@quantz.debian.org sauveron-guest@quantz.debian.org
Wed, 14 Jan 2004 12:53:00 +0100


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

Modified Files:
	configfile.l 
Log Message:
Give the device name to RFAddReader

Index: configfile.l
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/src/configfile.l,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- configfile.l	14 Jan 2004 01:57:12 -0000	1.7
+++ configfile.l	14 Jan 2004 11:52:58 -0000	1.8
@@ -107,7 +107,7 @@
        badError != 1) {
      
        dwChannelId = strtoul( pcChannelid, 0, 16 );
-       RFAddReader( pcFriendlyname, dwChannelId, pcLibpath );
+       RFAddReader( pcFriendlyname, dwChannelId, pcLibpath, pcDevicename );
 
        free( pcFriendlyname ); free( pcDevicename );
        free( pcLibpath);       free( pcChannelid );