summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 73702f5)
raw | patch | inline | side by side (parent: 73702f5)
author | Florian Forster <ff@octo.it> | |
Mon, 12 Jul 2010 17:00:16 +0000 (19:00 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Mon, 12 Jul 2010 17:00:16 +0000 (19:00 +0200) |
The (slightly advanced) search appears to work now.
src/graph_list.c | patch | blob | history |
diff --git a/src/graph_list.c b/src/graph_list.c
index a33697f4c084b6b49ef5ef19b034fe871a8c5b95..8ebf622fed6e0fce030f2e8b4ad2b501f2a0e01b 100644 (file)
--- a/src/graph_list.c
+++ b/src/graph_list.c
{
int status;
- if (!graph_matches_ident (gl_active[i], ident))
+ if (!graph_ident_intersect (gl_active[i], ident))
continue;
status = graph_search_inst (gl_active[i], si,
{
int status;
- if (!graph_matches_ident (gl_dynamic[i], ident))
+ if (!graph_ident_intersect (gl_dynamic[i], ident))
continue;
status = graph_search_inst (gl_dynamic[i], si,