[Pcsclite-cvs-commit] r6197 - /trunk/PCSC/src/spy/libpcscspy.c

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Tue Jan 24 14:24:40 UTC 2012


Author: rousseau
Date: Tue Jan 24 14:24:40 2012
New Revision: 6197

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=6197
Log:
Use ULONG * instead of unsigned long *

See comment in revision 6195

Modified:
    trunk/PCSC/src/spy/libpcscspy.c

Modified: trunk/PCSC/src/spy/libpcscspy.c
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/src/spy/libpcscspy.c?rev=6197&op=diff
==============================================================================
--- trunk/PCSC/src/spy/libpcscspy.c (original)
+++ trunk/PCSC/src/spy/libpcscspy.c Tue Jan 24 14:24:40 2012
@@ -271,7 +271,7 @@
     spy_line("%s", str);
 }
 
-static void spy_n_str(const char *str, unsigned long *len, int autoallocate)
+static void spy_n_str(const char *str, ULONG *len, int autoallocate)
 {
     spy_ptr_ulong(len);
     if (NULL == len)




More information about the Pcsclite-cvs-commit mailing list