diff --git a/3B2/3b2_ctc.c b/3B2/3b2_ctc.c index 6af8c7d4..f3bf3c66 100644 --- a/3B2/3b2_ctc.c +++ b/3B2/3b2_ctc.c @@ -590,9 +590,7 @@ static void ctc_cmd(uint8 cid, for (j = 0; j < read_bytes; j++) { uint32 offset; /* Drain the buffer */ - if (b == 0 && - start_byte > 0 && - (j + start_byte) < VTOC_SECSZ) { + if (b == 0 && (j + start_byte) < VTOC_SECSZ) { /* This is a partial read of the first block, * continuing to read from a previous partial * block read. */