CardReader cleanup

This commit is contained in:
Scott Lahteine 2020-09-27 16:50:53 -05:00
parent 3245a5fdf6
commit cd5735130d

View File

@ -810,7 +810,7 @@ const char* CardReader::diveToFile(const bool update_cwd, SdFile*& curDir, const
// Open curDir
if (!sub->open(curDir, dosSubdirname, O_READ)) {
SERIAL_ECHOLNPAIR(STR_SD_OPEN_FILE_FAIL, dosSubdirname, ".");
openFailed(dosSubdirname);
return nullptr;
}