🎨 Remove unneeded comment

This commit is contained in:
C-3PO 2019-07-21 22:59:52 +02:00
parent 380aa4457e
commit bc6f8405fa
Signed by: c3po
GPG key ID: 62993C4BB4D86F24

View file

@ -54,7 +54,7 @@ void getBytes(uint8_t* buffer, unsigned long numBytes, bool isLast) {
//If we've reached end of file, close file and open next file
if (file.offset == file.size) {
closeCurrentFile();
//Unless we've reached the end, in that case don't open next file in case we've reached the end of the last disk
if (!isLast) {
openNextFile();
} else if (remainingBytes > 0) {