Set length on output from read media tag.

This commit is contained in:
2019-03-21 00:18:48 +00:00
parent 4ab2e1bb49
commit 4b20f2057e
4 changed files with 12 additions and 5 deletions

View File

@@ -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