diff options
Diffstat (limited to 'apps/debug_menu.c')
| -rw-r--r-- | apps/debug_menu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c index 22db43d..c5240d0 100644 --- a/apps/debug_menu.c +++ b/apps/debug_menu.c @@ -1830,7 +1830,7 @@ static bool dbg_dircache_info(void) lcd_puts(0, line++, buf); snprintf(buf, sizeof(buf), "Last size: %d B", - global_settings.dircache_size); + global_status.dircache_size); lcd_puts(0, line++, buf); snprintf(buf, sizeof(buf), "Limit: %d B", DIRCACHE_LIMIT); |