Skip to content

Commit 4bc2817

Browse files
committed
COPY from fixed small bug lorol#43 lorol#49
1 parent f0817ca commit 4bc2817

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/LITTLEFS.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ LITTLEFSImpl::LITTLEFSImpl()
4141

4242
bool LITTLEFSImpl::exists(const char* path)
4343
{
44-
File f = open(path, "r");
44+
File f = open(path, "r", false);
4545
return (f == true);
4646
}
4747

0 commit comments

Comments
 (0)