X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fgraph_def.c;h=b3589059a5b3b57f6bb24c436152f0356e4563fc;hb=1ca9e6ca7959d20780bb3bc336404549156415c7;hp=e7effec20d496a0a6705e1bab8b6132c5a8804bd;hpb=76ad21114b5b0fbb7a37143621278c454b324b09;p=collection4.git diff --git a/src/graph_def.c b/src/graph_def.c index e7effec..b358905 100644 --- 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_ANY); + IDENT_FLAG_REPLACE_ALL); if (ret->select == NULL) { fprintf (stderr, "def_create: ident_copy_with_selector failed\n");