Index: drc_query.c =================================================================== --- drc_query.c (revision 31480) +++ drc_query.c (revision 31481) @@ -650,8 +650,8 @@ static const rnd_hid_fsd_filter_t *init_flt(const char **fmt) { - static const char *pat_tdx[] = {".tdx", NULL}; - static const char *pat_lht[] = {".lht", NULL}; + static const char *pat_tdx[] = {"*.tdx", NULL}; + static const char *pat_lht[] = {"*.lht", NULL}; static const rnd_hid_fsd_filter_t flt[] = { {"tEDAx", "tEDAx", pat_tdx}, {"lihata", "lihata", pat_lht},