[Pcsclite-cvs-commit] r3359 - /trunk/HandlerTest/Host/debug.c
rousseau at users.alioth.debian.org
rousseau at users.alioth.debian.org
Mon Mar 23 10:03:25 UTC 2009
Author: rousseau
Date: Mon Mar 23 10:03:25 2009
New Revision: 3359
URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=3359
Log:
debug.c:36: warning: format not a string literal and no format arguments
Modified:
trunk/HandlerTest/Host/debug.c
Modified: trunk/HandlerTest/Host/debug.c
URL: http://svn.debian.org/wsvn/pcsclite/trunk/HandlerTest/Host/debug.c?rev=3359&op=diff
==============================================================================
--- trunk/HandlerTest/Host/debug.c (original)
+++ trunk/HandlerTest/Host/debug.c Mon Mar 23 10:03:25 2009
@@ -33,7 +33,7 @@
(void)priority;
- printf(msg);
+ printf("%s", msg);
for (i = 0; i < len; ++i)
printf("%02X ", buffer[i]);
More information about the Pcsclite-cvs-commit
mailing list