mirror of
https://github.com/ErikAndren/cue2pops-mac.git
synced 2025-04-19 23:48:06 +02:00
Prevent writing out of range by extending the buffer by one
This commit is contained in:
parent
da8a911771
commit
6ac6c586d1
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ int gap_more = 0; // User command status (gap++)
|
|||
int gap_less = 0; // User command status (gap--)
|
||||
int trainer = 0; // User command status (trainer)
|
||||
int fix_CDRWIN = 0; // Special CDRWIN pregap injection status
|
||||
char LeadOut[6]; // Formatted Lead-Out MM:SS:FF
|
||||
char LeadOut[7]; // Formatted Lead-Out MM:SS:FF
|
||||
int dumpsize; // BIN (disc image) size
|
||||
int sector_count; // Calculated number of sectors
|
||||
int leadoutM; // Calculated Lead-Out MM:__:__
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue