fix message

This commit is contained in:
merlokk 2017-11-19 19:04:45 +02:00
commit 8fe3366af0

View file

@ -91,7 +91,7 @@ int CmdHFEMVSelect(const char *cmd) {
int res = EMVSelect(activateField, leaveSignalON, data, datalen, buf, sizeof(buf), &len, &sw, NULL); int res = EMVSelect(activateField, leaveSignalON, data, datalen, buf, sizeof(buf), &len, &sw, NULL);
if (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) if (res)
return res; return res;