mirror of
https://github.com/aaru-dps/010templates.git
synced 2025-12-16 19:24:28 +00:00
Fix incorrect casting and null references on DiscImageChef format.
This commit is contained in:
@@ -810,7 +810,7 @@ typedef struct
|
|||||||
uint length;
|
uint length;
|
||||||
uint64 crc64 <format=hex>;
|
uint64 crc64 <format=hex>;
|
||||||
DumpHardwareEntry dumpHardware[entries];
|
DumpHardwareEntry dumpHardware[entries];
|
||||||
} DumpHardwareHeader;
|
} DumpHardwareHeader <optimize=false>;
|
||||||
|
|
||||||
typedef struct
|
typedef struct
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user