Merge pull request #2476 from heuripedes/master
(dir_list_special.c) Fix content directory scanning
This commit is contained in:
commit
869e29c742
|
@ -61,5 +61,5 @@ struct string_list *dir_list_new_special(const char *input_dir, enum dir_list_ty
|
|||
return NULL;
|
||||
}
|
||||
|
||||
return dir_list_new(dir, exts, include_dirs, false);
|
||||
return dir_list_new(dir, exts, include_dirs, type == DIR_LIST_CORE_INFO);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue