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;
|
||||
TrackType type;
|
||||
long start;
|
||||
long end;
|
||||
long pregap;
|
||||
int64 start;
|
||||
int64 end;
|
||||
int64 pregap;
|
||||
byte session;
|
||||
char isrc[13];
|
||||
byte flags;
|
||||
|
||||
Reference in New Issue
Block a user