فهرست منبع

Change to match change in open

Per Mårtensson 3 سال پیش
والد
کامیت
cae0964305
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/LITTLEFS.cpp

+ 1 - 1
src/LITTLEFS.cpp

@@ -41,7 +41,7 @@ LITTLEFSImpl::LITTLEFSImpl()
 
 bool LITTLEFSImpl::exists(const char* path)
 {
-    File f = open(path, "r");
+    File f = open(path, "r",false);
     return (f == true);
 }