Fix incorrect casting and null references on DiscImageChef format.

This commit is contained in:
2018-01-29 17:10:57 +00:00
parent 70ea4dd0a8
commit 02d694a59b

View File

@@ -810,7 +810,7 @@ typedef struct
uint length;
uint64 crc64 <format=hex>;
DumpHardwareEntry dumpHardware[entries];
} DumpHardwareHeader;
} DumpHardwareHeader <optimize=false>;
typedef struct
{