revert fix
This commit is contained in:
@@ -41,7 +41,7 @@ LITTLEFSImpl::LITTLEFSImpl()
|
|||||||
|
|
||||||
bool LITTLEFSImpl::exists(const char* path)
|
bool LITTLEFSImpl::exists(const char* path)
|
||||||
{
|
{
|
||||||
File f = open(path, "r");
|
File f = open(path, "r", false);
|
||||||
return (f == true);
|
return (f == true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user