[Pcsclite-cvs-commit] Drivers/ccid/src ccid_serial.c,1.14,1.15

rousseau@haydn.debian.org rousseau@haydn.debian.org


Update of /cvsroot/pcsclite/Drivers/ccid/src
In directory haydn:/tmp/cvs-serv11693

Modified Files:
	ccid_serial.c 
Log Message:
ReadSerial(): the unknown card movement byte is in "c" not "buffer[3]"


Index: ccid_serial.c
===================================================================
RCS file: /cvsroot/pcsclite/Drivers/ccid/src/ccid_serial.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- ccid_serial.c	9 Jul 2004 07:10:17 -0000	1.14
+++ ccid_serial.c	9 Jul 2004 08:11:11 -0000	1.15
@@ -241,7 +241,7 @@
 		}
 		else
 		{
-			DEBUG_COMM2("Unknown card movement: %d", buffer[3]);
+			DEBUG_COMM2("Unknown card movement: %d", c);
 		}
 	goto start;