[Pcsclite-cvs-commit] r6227 - /trunk/Drivers/ccid/src/ifdhandler.c

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Fri Feb 17 14:51:55 UTC 2012


Author: rousseau
Date: Fri Feb 17 14:51:55 2012
New Revision: 6227

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=6227
Log:
Correctly define DWORD_D on Linux

Modified:
    trunk/Drivers/ccid/src/ifdhandler.c

Modified: trunk/Drivers/ccid/src/ifdhandler.c
URL: http://svn.debian.org/wsvn/pcsclite/trunk/Drivers/ccid/src/ifdhandler.c?rev=6227&op=diff
==============================================================================
--- trunk/Drivers/ccid/src/ifdhandler.c (original)
+++ trunk/Drivers/ccid/src/ifdhandler.c Fri Feb 17 14:51:55 2012
@@ -51,7 +51,7 @@
 #else
 /* pcsc-lite defines DWORD as unsigned long */
 #define DWORD_X "%lX"
-#define DWORD_D "%d"
+#define DWORD_D "%ld"
 #endif
 
 /* Array of structures to hold the ATR and other state value of each slot */




More information about the Pcsclite-cvs-commit mailing list