mirror of
https://github.com/aaru-dps/libaaruformat.git
synced 2025-12-16 19:24:40 +00:00
Set length on output from read media tag.
This commit is contained in:
@@ -74,7 +74,8 @@ typedef struct dataLinkedList
|
||||
struct dataLinkedList *previous;
|
||||
struct dataLinkedList *next;
|
||||
uint8_t *data;
|
||||
int type;
|
||||
int32_t type;
|
||||
uint32_t length;
|
||||
} dataLinkedList;
|
||||
|
||||
typedef struct DumpHardwareEntriesWithData
|
||||
|
||||
Reference in New Issue
Block a user