[Pcsclite-cvs-commit] Drivers/ccid/src ccid_serial.c,1.17,1.18

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


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

Modified Files:
	ccid_serial.c 
Log Message:
replace "121234" by "123456" to make it more clear it is a memory reservation
for 6 characters


Index: ccid_serial.c
===================================================================
RCS file: /cvsroot/pcsclite/Drivers/ccid/src/ccid_serial.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- ccid_serial.c	9 Jul 2004 08:21:07 -0000	1.17
+++ ccid_serial.c	9 Jul 2004 08:22:24 -0000	1.18
@@ -149,7 +149,7 @@
 	unsigned char low_level_buffer[GEMPCTWIN_MAXBUF];
 
 #ifdef DEBUG_LEVEL_COMM
-	char debug_header[] = "-> 121234 ";
+	char debug_header[] = "-> 123456 ";
 
 	sprintf(debug_header, "-> %06X ", lun);
 #endif
@@ -379,7 +379,7 @@
 	int i, rv = 0;
 	int already_read;
 #ifdef DEBUG_LEVEL_COMM
-	char debug_header[] = "<- 121234 ";
+	char debug_header[] = "<- 123456 ";
 
 	sprintf(debug_header, "<- %06X ", lun);
 #endif