X-Git-Url: https://git.octo.it/?p=collection4.git;a=blobdiff_plain;f=src%2Fgraph_list.c;h=0dc00063f06a9cd01cc41a34a555b824dfca3eb1;hp=62a4ed335cd8ed92f166ea83b50fa952a9b92fc2;hb=2ab3d5bed954cccd4486ed3c8255f27b0a6ab7eb;hpb=ef431f56a6cfd1361bc1f37006532137cf49a165 diff --git a/src/graph_list.c b/src/graph_list.c index 62a4ed3..0dc0006 100644 --- a/src/graph_list.c +++ b/src/graph_list.c @@ -73,7 +73,7 @@ static int gl_register_file (const graph_ident_t *file, /* {{{ */ graph_config_t *cfg = gl_active[i]; int status; - if (!graph_matches (cfg, file)) + if (!graph_matches_ident (cfg, file)) continue; status = graph_add_file (cfg, file);