- Warning fix

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@1631 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
aet 2003-11-20 20:46:15 +00:00
parent 183fef361d
commit 0cddfbaf46
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ static int pcsc_transmit(struct sc_reader *reader, struct sc_slot_info *slot,
DWORD dwSendLength, dwRecvLength;
LONG rv;
SCARDHANDLE card;
char masqueraded_apdu[5];
u8 masqueraded_apdu[5];
struct pcsc_slot_data *pslot = GET_SLOT_DATA(slot);
struct pcsc_private_data *prv = GET_PRIV_DATA(reader);
int protocol = slot->active_protocol;