[Pcsclite-cvs-commit] r4423 - /website/short_apdu_readers.py

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Sun Oct 4 08:17:19 UTC 2009


Author: rousseau
Date: Sun Oct  4 08:17:18 2009
New Revision: 4423

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=4423
Log:
fix typo

Modified:
    website/short_apdu_readers.py

Modified: website/short_apdu_readers.py
URL: http://svn.debian.org/wsvn/pcsclite/website/short_apdu_readers.py?rev=4423&op=diff
==============================================================================
--- website/short_apdu_readers.py (original)
+++ website/short_apdu_readers.py Sun Oct  4 08:17:18 2009
@@ -38,7 +38,7 @@
     for r in readers.keys():
         dwFeatures = int(readers[r]['dwFeatures'],16)
         # TPDU level exchanges with CCID
-        if (dwFeatures & CCID_CLASS_EXCHANGE_MASK) == ICCID_CLASS_TPDU:
+        if (dwFeatures & CCID_CLASS_EXCHANGE_MASK) == CCID_CLASS_TPDU:
             l.append(r)
         # Extended APDU level exchange with CCID
         if (dwFeatures & CCID_CLASS_EXCHANGE_MASK) == CCID_CLASS_EXTENDED_APDU:




More information about the Pcsclite-cvs-commit mailing list