Changeset 1009


Ignore:
Timestamp:
12/31/09 05:33:12 (14 years ago)
Author:
rorothetroll
Message:

added a comment with the explanation for the PCSC issue

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/reader-pcsc.c

    r1008 r1009  
    104104    }
    105105    else  if(pcsc_reader->dwActiveProtocol == SCARD_PROTOCOL_T1) {
     106        dwSendLength = l;
    106107        rv = SCardTransmit(pcsc_reader->hCard, SCARD_PCI_T1, buf, dwSendLength, &pioRecvPci, cta_res, &dwRecvLength);
    107108    }
Note: See TracChangeset for help on using the changeset viewer.