[Pcsclite-cvs-commit] HandlerTest/Host debug.c,1.2,1.3

rousseau@quantz.debian.org rousseau@quantz.debian.org
Wed, 29 Oct 2003 22:19:06 +0100


Update of /cvsroot/pcsclite/HandlerTest/Host
In directory quantz:/tmp/cvs-serv29584/Host

Modified Files:
	debug.c 
Log Message:
remove wrong comment


Index: debug.c
===================================================================
RCS file: /cvsroot/pcsclite/HandlerTest/Host/debug.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- debug.c	22 Sep 2003 07:49:18 -0000	1.2
+++ debug.c	29 Oct 2003 21:19:04 -0000	1.3
@@ -14,7 +14,7 @@
 #include <stdio.h>
 #include <string.h>
 
-#define DEBUG_BUF_SIZE 4096	/* up to 1200 bytes to dump */
+#define DEBUG_BUF_SIZE 4096
 
 static char DebugBuffer[DEBUG_BUF_SIZE];