workaround Mac OS X 10.10 PCSC bug; refs #34
This commit is contained in:
		| @@ -320,7 +320,7 @@ namespace pcsc { | ||||
|                          reconnect, first transaction (SCardTransmit) | ||||
|                          fails with SCARD_W_RESET_CARD | ||||
|                          (0x80100068). */ | ||||
|                 if (_status==SCARD_W_RESET_CARD) { // just resend once | ||||
|                 if (_state==SCARD_W_RESET_CARD) { // just resend once | ||||
|                   check(SCardTransmit(_id, &rPci, | ||||
|                                       (LPCBYTE)in.c_str(), | ||||
|                                       in.size(), | ||||
|   | ||||
		Reference in New Issue
	
	Block a user