[Pcsclite-cvs-commit] r1665 - trunk/HandlerTest/Host

Ludovic Rousseau rousseau at costa.debian.org
Mon Sep 19 12:52:34 UTC 2005


Author: rousseau
Date: 2005-09-19 12:52:33 +0000 (Mon, 19 Sep 2005)
New Revision: 1665

Modified:
   trunk/HandlerTest/Host/debug.c
Log:
log_xxd(): use (char *) instead of (unsigned char *) to avoid compiler
warnings


Modified: trunk/HandlerTest/Host/debug.c
===================================================================
--- trunk/HandlerTest/Host/debug.c	2005-09-19 10:28:39 UTC (rev 1664)
+++ trunk/HandlerTest/Host/debug.c	2005-09-19 12:52:33 UTC (rev 1665)
@@ -33,7 +33,7 @@
 	const int len)
 {
 	int i;
-	unsigned char *c, *debug_buf_end;
+	char *c, *debug_buf_end;
 
 	debug_buf_end = DebugBuffer + DEBUG_BUF_SIZE - 5;
 




More information about the Pcsclite-cvs-commit mailing list