1
0
Fork 0
mirror of https://github.com/ErikAndren/cue2pops-mac.git synced 2025-04-19 15:38:04 +02:00

Localize variable

This commit is contained in:
Erik Andrén Zachrisson 2015-11-02 21:54:18 +01:00
parent 8a55be728e
commit c50f62c31b

View file

@ -20,7 +20,6 @@ const int HEADERSIZE = 0x100000; // POPS header size. Also used as buffer size f
int vmode = 0; // User command status (vmode)
int trainer = 0; // User command status (trainer)
int fix_CDRWIN = 0; // Special CDRWIN pregap injection status
int sector_count; // Calculated number of sectors
int pregap_count = 0; // Number of "PREGAP" occurrences in the cue
@ -366,6 +365,7 @@ int main(int argc, char **argv)
int daTrack_ptr = 0; // Indicates the location of the pregap that's between the data track and the first audio track
int track_count = 0; // Number of "TRACK " occurrences in the cue
int fix_CDRWIN = 0; // Special CDRWIN pregap injection status
printf("\nBIN/CUE to IMAGE0.VCD conversion tool v2.0\n");
printf("Last modified: %s\n\n", __DATE__);