[Pcsclite-cvs-commit] r6077 - /trunk/PCSC/src/spy/pcsc-spy.py
rousseau at users.alioth.debian.org
rousseau at users.alioth.debian.org
Mon Oct 24 12:35:51 UTC 2011
Author: rousseau
Date: Mon Oct 24 12:35:51 2011
New Revision: 6077
URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=6077
Log:
The byte buffer do not contain the ASCII dump any more. So no need to
remove it.
Modified:
trunk/PCSC/src/spy/pcsc-spy.py
Modified: trunk/PCSC/src/spy/pcsc-spy.py
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/src/spy/pcsc-spy.py?rev=6077&op=diff
==============================================================================
--- trunk/PCSC/src/spy/pcsc-spy.py (original)
+++ trunk/PCSC/src/spy/pcsc-spy.py Mon Oct 24 12:35:51 2011
@@ -506,8 +506,6 @@
print " parsing FEATURE_GET_TLV_PROPERTIES results:"
bRecvLength = int(bRecvLength, 16)
- # remove the ASCII part at the end
- bRecvBuffer = bRecvBuffer[0:bRecvLength * 3 - 1]
bRecvBuffer = hex2int(bRecvBuffer, bRecvLength)
tlv_properties = {
More information about the Pcsclite-cvs-commit
mailing list