[Pcsclite-cvs-commit] PCSC/src hotplug_macosx.c,1.16,1.17

sauveron-guest@quantz.debian.org sauveron-guest@quantz.debian.org
Mon, 19 Jan 2004 11:24:43 +0100


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

Modified Files:
	hotplug_macosx.c 
Log Message:
Add an empty parameter for deviceName to allow the compilation.

Index: hotplug_macosx.c
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/src/hotplug_macosx.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- hotplug_macosx.c	13 Jan 2004 20:17:59 -0000	1.16
+++ hotplug_macosx.c	19 Jan 2004 10:24:40 -0000	1.17
@@ -735,8 +735,9 @@
 		}
 		if (!found)
 		{
+			/* NOTE: The deviceName is empy string as soon as someone implements the function to get it */
 			RFAddReader(a->m_driver->m_friendlyName,
-				PCSCLITE_HP_BASE_PORT + a->m_address, a->m_driver->m_libPath);
+				PCSCLITE_HP_BASE_PORT + a->m_address, a->m_driver->m_libPath, "");
 		}
 	}