From: Mark Wooding Date: Fri, 18 Feb 2022 18:46:13 +0000 (+0000) Subject: dvd-sector-copy.c: Move `i' to the debug-only variables block. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/dvdrip/commitdiff_plain/e98a07498ef72fdc7274145702fa08a755b8e32e dvd-sector-copy.c: Move `i' to the debug-only variables block. --- diff --git a/dvd-sector-copy.c b/dvd-sector-copy.c index f29c0d6..6735292 100644 --- a/dvd-sector-copy.c +++ b/dvd-sector-copy.c @@ -531,7 +531,7 @@ static void emit(secaddr start, secaddr end) { #define BUFSECTORS 512 - int least, i; + int least; unsigned char buf[BUFSECTORS*SECTORSZ]; secaddr pos; size_t want; @@ -541,6 +541,7 @@ static void emit(secaddr start, secaddr end) struct file *f; char fn[MAXFNSZ]; int act = -1; + int i; #endif least = least_live();