mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-16 02:03:00 -07:00
fix #468
This commit is contained in:
parent
d940ebfbad
commit
77499f6fb2
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue