mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
set array pointer to end of struct. Otherwise we will have some issues
This commit is contained in:
parent
da73a2896a
commit
21fa3331b5
1 changed files with 1 additions and 1 deletions
|
@ -68,8 +68,8 @@ typedef struct {
|
|||
|
||||
typedef struct {
|
||||
iso14a_card_select_t card_info;
|
||||
uint8_t *dump;
|
||||
uint16_t dumplen;
|
||||
uint8_t *dump;
|
||||
} iso14a_mf_extdump_t;
|
||||
|
||||
typedef struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue