src/graph.[ch]: Implement "graph_inst_search_field" and "graph_matches_field".
[collection4.git] / src / graph_list.c
index 62a4ed3..0dc0006 100644 (file)
@@ -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);