From c50f62c31b70f236cd7d0702b3d2fb8021f14c54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20Andr=C3=A9n=20Zachrisson?= Date: Mon, 2 Nov 2015 21:54:18 +0100 Subject: [PATCH] Localize variable --- cue2pops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cue2pops.c b/cue2pops.c index f2d8f7a..4b07ed5 100644 --- a/cue2pops.c +++ b/cue2pops.c @@ -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__);