[Pcsclite-cvs-commit] r4292 - /trunk/Drivers/ccid/src/defs.h

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Wed Jul 1 12:28:01 UTC 2009


Author: rousseau
Date: Wed Jul  1 12:28:01 2009
New Revision: 4292

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=4292
Log:
use int instead of DWORD for nATRLength in CCID_DESC structure.
Gain 8 bytes on the structure size. Thanks to pahole(1)

Modified:
    trunk/Drivers/ccid/src/defs.h

Modified: trunk/Drivers/ccid/src/defs.h
URL: http://svn.debian.org/wsvn/pcsclite/trunk/Drivers/ccid/src/defs.h?rev=4292&op=diff
==============================================================================
--- trunk/Drivers/ccid/src/defs.h (original)
+++ trunk/Drivers/ccid/src/defs.h Wed Jul  1 12:28:01 2009
@@ -30,7 +30,7 @@
 	/*
 	 * ATR
 	 */
-	DWORD nATRLength;
+	int nATRLength;
 	UCHAR pcATRBuffer[MAX_ATR_SIZE];
 
 	/*




More information about the Pcsclite-cvs-commit mailing list