mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
Corrected field size of DiscImageChef format template.
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user