summaryrefslogtreecommitdiff
path: root/firmware/common/file.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/common/file.c')
-rw-r--r--firmware/common/file.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/common/file.c b/firmware/common/file.c
index d526f28859..ea2471ae92 100644
--- a/firmware/common/file.c
+++ b/firmware/common/file.c
@@ -250,6 +250,7 @@ int close(int fd)
250 return rc * 10 - 3; 250 return rc * 10 - 3;
251#ifdef HAVE_DIRCACHE 251#ifdef HAVE_DIRCACHE
252 dircache_update_filesize(fd, file->size, file->fatfile.firstcluster); 252 dircache_update_filesize(fd, file->size, file->fatfile.firstcluster);
253 dircache_update_filetime(fd);
253#endif 254#endif
254 } 255 }
255 256