projects
/
collection4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73702f5
)
src/graph_list.c: Use the new "graph_ident_intersect" function.
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
a33697f
..
8ebf622
100644
(file)
--- a/
src/graph_list.c
+++ b/
src/graph_list.c
@@
-402,7
+402,7
@@
int gl_search (search_info_t *si, /* {{{ */
{
int status;
- if (!graph_
matches_iden
t (gl_active[i], ident))
+ if (!graph_
ident_intersec
t (gl_active[i], ident))
continue;
status = graph_search_inst (gl_active[i], si,
@@
-416,7
+416,7
@@
int gl_search (search_info_t *si, /* {{{ */
{
int status;
- if (!graph_
matches_iden
t (gl_dynamic[i], ident))
+ if (!graph_
ident_intersec
t (gl_dynamic[i], ident))
continue;
status = graph_search_inst (gl_dynamic[i], si,