Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of FATFileSystem by
Diff: FATDirHandle.cpp
- Revision:
- 5:b3b3370574cf
- Parent:
- 1:46ce1e16c870
- Child:
- 8:c4baca9a2c3d
--- a/FATDirHandle.cpp Thu Aug 28 13:15:31 2014 +0100 +++ b/FATDirHandle.cpp Thu Aug 13 10:15:39 2015 +0100 @@ -30,8 +30,9 @@ } int FATDirHandle::closedir() { + int retval = f_closedir(&dir); delete this; - return 0; + return retval; } struct dirent *FATDirHandle::readdir() {