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) tempbuf_size &= ~0x03; if (tempbuf_size > 0) + { dircache_buffer_stolen = true; + stat.ramcache = false; + } } #endif