Code

src/graph_def.c: Only replace the ALL token.
authorFlorian Forster <ff@octo.it>
Wed, 28 Jul 2010 08:19:55 +0000 (10:19 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Wed, 28 Jul 2010 08:19:55 +0000 (10:19 +0200)
src/graph_def.c

index e7effec20d496a0a6705e1bab8b6132c5a8804bd..b3589059a5b3b57f6bb24c436152f0356e4563fc 100644 (file)
@@ -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");