From: Florian Forster Date: Wed, 28 Jul 2010 08:19:55 +0000 (+0200) Subject: src/graph_def.c: Only replace the ALL token. X-Git-Tag: v4.0.0~73 X-Git-Url: https://git.tokkee.org/?p=collection4.git;a=commitdiff_plain;h=6132bf87fab7cdb1acd8fc9e06633d044574ea24 src/graph_def.c: Only replace the ALL token. --- 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");