Skip to content

Commit f487bfe

Browse files
authored
Fix warning for FatFS lfn size (#3122)
1 parent b33b1f3 commit f487bfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/FatFS/src/FatFS.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ class FatFSDirImpl : public DirImpl {
459459
FatFSImpl* _fs;
460460
std::shared_ptr<DIR> _dir;
461461
bool _valid;
462-
char _lfn[64];
462+
char _lfn[65];
463463
time_t _time;
464464
time_t _creation;
465465
std::shared_ptr<char> _dirPath;

0 commit comments

Comments
 (0)