small fix)

This commit is contained in:
merlokk 2017-11-19 19:05:50 +02:00
commit 0ec1c2d66a

View file

@ -248,7 +248,7 @@ int CmdHFEMVPPSE(const char *cmd) {
int res = EMVSelectPSE(activateField, leaveSignalON, PSENum, buf, sizeof(buf), &len, &sw);
if (sw)
PrintAndLog("APDU response: %04x - %s", sw, GetAPDUCodeDescription(sw >> 8, sw & 0xff));
PrintAndLog("APDU response status: %04x - %s", sw, GetAPDUCodeDescription(sw >> 8, sw & 0xff));
if (res)
return res;