[Pcsclite-cvs-commit] HandlerTest/Host handler_test.c,1.14,1.15

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


Update of /cvsroot/pcsclite/HandlerTest/Host
In directory haydn:/tmp/cvs-serv12265

Modified Files:
	handler_test.c 
Log Message:
PCSC_ERROR(): insert a space character between the line number and the
error message


Index: handler_test.c
===================================================================
RCS file: /cvsroot/pcsclite/HandlerTest/Host/handler_test.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- handler_test.c	8 Jul 2004 16:57:24 -0000	1.14
+++ handler_test.c	15 Jul 2004 13:36:00 -0000	1.15
@@ -63,7 +63,7 @@
 	printf("--------> OK\n"); \
 	}
 
-#define PCSC_ERROR(x) printf("%s:%d" x ": %s\n", __FILE__, __LINE__, pcsc_error(rv))
+#define PCSC_ERROR(x) printf("%s:%d " x ": %s\n", __FILE__, __LINE__, pcsc_error(rv))
 
 struct f_t {
 	RESPONSECODE (*IFDHCreateChannel)(DWORD, DWORD);