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; byte sequence;
TrackType type; TrackType type;
long start; int64 start;
long end; int64 end;
long pregap; int64 pregap;
byte session; byte session;
char isrc[13]; char isrc[13];
byte flags; byte flags;