projects
/
collection4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c578b1
)
src/graph_def.c: Only replace the ALL token.
author
Florian Forster
<ff@octo.it>
Wed, 28 Jul 2010 08:19:55 +0000
(10:19 +0200)
committer
Florian Forster
<octo@leeloo.lan.home.verplant.org>
Wed, 28 Jul 2010 08:19:55 +0000
(10:19 +0200)
src/graph_def.c
patch
|
blob
|
history
diff --git
a/src/graph_def.c
b/src/graph_def.c
index
e7effec
..
b358905
100644
(file)
--- a/
src/graph_def.c
+++ b/
src/graph_def.c
@@
-194,7
+194,7
@@
graph_def_t *def_create (graph_config_t *cfg, graph_ident_t *ident, /* {{{ */
ret->next = NULL;
ret->select = ident_copy_with_selector (selector, ident,
- IDENT_FLAG_REPLACE_A
NY
);
+ IDENT_FLAG_REPLACE_A
LL
);
if (ret->select == NULL)
{
fprintf (stderr, "def_create: ident_copy_with_selector failed\n");