File: fs.c ------------ Line 208: > void io_delay_on(); Line 223: > io_delay_on(); Line 321: < if (offset > ifile->size) { > if (offset >= ifile->size) { Line 330: < int max = MIN(count,ifile->size); > int max = MIN(count,ifile->size-offset);