Corrected field size of DiscImageChef format template.

This commit is contained in:
2018-01-29 18:11:24 +00:00
parent 12785cc087
commit b36bdfdb71

View File

@@ -752,9 +752,9 @@ typedef struct
{
byte sequence;
TrackType type;
long start;
long end;
long pregap;
int64 start;
int64 end;
int64 pregap;
byte session;
char isrc[13];
byte flags;