[Pcsclite-cvs-commit] Drivers/ccid/src debug.h,1.5,1.6

rousseau@quantz.debian.org rousseau@quantz.debian.org
Wed, 04 Feb 2004 23:00:04 +0100


Update of /cvsroot/pcsclite/Drivers/ccid/src
In directory quantz:/tmp/cvs-serv27233

Modified Files:
	debug.h 
Log Message:
DEBUG_COMM4 was named DEBUG_COMM3 due to cut-n-paste


Index: debug.h
===================================================================
RCS file: /cvsroot/pcsclite/Drivers/ccid/src/debug.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- debug.h	3 Feb 2004 15:42:53 -0000	1.5
+++ debug.h	4 Feb 2004 22:00:01 -0000	1.6
@@ -95,7 +95,7 @@
 #define DEBUG_COMM(fmt)
 #define DEBUG_COMM2(fmt, data)
 #define DEBUG_COMM3(fmt, data1, data2)
-#define DEBUG_COMM3(fmt, data1, data2, data3)
+#define DEBUG_COMM4(fmt, data1, data2, data3)
 #endif
 
 #ifndef DEBUG_XXD