mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
set array pointer to end of struct. Otherwise we will have some issues
This commit is contained in:
+1
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user