summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/tagcache.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/tagcache.c b/apps/tagcache.c
index 866b5c1444..b3bce45b9a 100644
--- a/apps/tagcache.c
+++ b/apps/tagcache.c
@@ -1879,7 +1879,10 @@ static bool commit(void)
1879 tempbuf_size &= ~0x03; 1879 tempbuf_size &= ~0x03;
1880 1880
1881 if (tempbuf_size > 0) 1881 if (tempbuf_size > 0)
1882 {
1882 dircache_buffer_stolen = true; 1883 dircache_buffer_stolen = true;
1884 stat.ramcache = false;
1885 }
1883 } 1886 }
1884#endif 1887#endif
1885 1888