mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-31 14:12:52 +00:00
Don't close diveDir in fileExists (#20035)
This commit is contained in:
parent
5082106145
commit
1767a3bd70
1 changed files with 1 additions and 1 deletions
|
@ -637,7 +637,7 @@ bool CardReader::fileExists(const char * const path) {
|
|||
if (fname) {
|
||||
diveDir->rewind();
|
||||
selectByName(*diveDir, fname);
|
||||
diveDir->close();
|
||||
//diveDir->close();
|
||||
}
|
||||
return !!fname;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue