This commit is contained in:
merlokk 2017-11-11 00:43:29 +02:00
parent d940ebfbad
commit 77499f6fb2

View file

@ -278,7 +278,7 @@ int CodeCmp(const char *code1, const char *code2) {
}
const APDUCode* const GetAPDUCode(uint8_t sw1, uint8_t sw2) {
char buf[4] = {0};
char buf[5] = {0};
int res;
int mineq = 100;
int mineqindx = 0;