Don't close diveDir in fileExists (#20035)
This commit is contained in:
parent
323b3a63d6
commit
f924344cc5
@ -637,7 +637,7 @@ bool CardReader::fileExists(const char * const path) {
|
|||||||
if (fname) {
|
if (fname) {
|
||||||
diveDir->rewind();
|
diveDir->rewind();
|
||||||
selectByName(*diveDir, fname);
|
selectByName(*diveDir, fname);
|
||||||
diveDir->close();
|
//diveDir->close();
|
||||||
}
|
}
|
||||||
return !!fname;
|
return !!fname;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user