Fix incorrect casting and null references on DiscImageChef format.

This commit is contained in:
2018-01-29 17:10:57 +00:00
parent a6ca7a5134
commit 0b7565c072
2 changed files with 7 additions and 4 deletions

View File

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