mirror of
https://code.blicky.net/yorhel/ncdu.git
synced 2026-01-13 01:08:41 -09:00
parent
bb7b4196f2
commit
dc8b6cfaab
1 changed files with 1 additions and 1 deletions
|
|
@ -212,7 +212,7 @@ static int dir_scan_item(const char *name) {
|
|||
}
|
||||
|
||||
if(cachedir_tags && (buf_dir->flags & FF_DIR) && !(buf_dir->flags & (FF_ERR|FF_EXL|FF_OTHFS)))
|
||||
if(has_cachedir_tag(buf_dir->name)) {
|
||||
if(has_cachedir_tag(name)) {
|
||||
buf_dir->flags |= FF_EXL;
|
||||
buf_dir->size = buf_dir->asize = 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue