Fixed FFat::end. Fixes #3244 (#3245)

* Fixed FFat::end. Fixes #3244

* Missed the handle check in format
This commit is contained in:
lbernstone
2019-09-24 14:23:03 -06:00
committed by Me No Dev
parent f32083a6d0
commit ca88fdc273
2 changed files with 13 additions and 8 deletions

View File

@ -37,7 +37,7 @@ public:
bool exists(const String& path);
private:
wl_handle_t _wl_handle;
wl_handle_t _wl_handle = WL_INVALID_HANDLE;
};
}