From 5f7392f77ddc44bcfe96400eafd6fcefb2df0fc2 Mon Sep 17 00:00:00 2001 From: mquinson Date: Mon, 28 Apr 2008 12:54:25 +0000 Subject: [PATCH] Use the whole set, not missing the last element. Patch by FS git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5351 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/surf/surfxml_parse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/surf/surfxml_parse.c b/src/surf/surfxml_parse.c index fc71eeb718..7698853255 100644 --- a/src/surf/surfxml_parse.c +++ b/src/surf/surfxml_parse.c @@ -601,7 +601,7 @@ void parse_sets(void) current_set = xbt_dynar_new(sizeof(char*), NULL); - for (i=start; i