From f1b687cea88fb787e013ac1dd585c5b3ced340c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20Andr=C3=A9n=20Zachrisson?= Date: Mon, 2 Nov 2015 21:43:01 +0100 Subject: [PATCH] batch variable is now deprecated --- cue2pops.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/cue2pops.c b/cue2pops.c index 067b023..0569727 100644 --- a/cue2pops.c +++ b/cue2pops.c @@ -16,8 +16,6 @@ const int debug = 0; #endif -const int batch = 0; // Else than zero, user prompt is disabled and CDRWIN image fix is ENABLED. Doesn't halt on anything. Suitable for batch execution. - const int SECTORSIZE = 2352; // Sector size const int HEADERSIZE = 0x100000; // POPS header size. Also used as buffer size for caching BIN data in file output operations