diff options
| -rw-r--r-- | apps/tagcache.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/tagcache.c b/apps/tagcache.c index 866b5c1..b3bce45 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 |