[Pcsclite-cvs-commit] CVS Drivers/ccid/src
CVS User rousseau
ludovic.rousseau@free.fr
Wed, 27 Oct 2004 07:52:44 -0600
Update of /cvsroot/pcsclite/Drivers/ccid/src
In directory haydn:/tmp/cvs-serv636/src
Modified Files:
ccid_serial.c
Log Message:
OpenSerialByName(): use %s instead of %d for dev_name
--- /cvsroot/pcsclite/Drivers/ccid/src/ccid_serial.c 2004/08/06 11:00:25 1.30
+++ /cvsroot/pcsclite/Drivers/ccid/src/ccid_serial.c 2004/10/27 13:52:44 1.31
@@ -20,7 +20,7 @@
*/
/*
- * $Id: ccid_serial.c,v 1.30 2004/08/06 11:00:25 rousseau Exp $
+ * $Id: ccid_serial.c,v 1.31 2004/10/27 13:52:44 rousseau Exp $
*/
#include <stdio.h>
@@ -487,7 +487,7 @@
int i;
unsigned int reader = reader_index;
- DEBUG_COMM3("Reader index: %X, Device: %d", reader_index, dev_name);
+ DEBUG_COMM3("Reader index: %X, Device: %s", reader_index, dev_name);
/* check if the same channel is not already used */
for (i=0; i<CCID_DRIVER_MAX_READERS; i++)