X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f2df13795e01302813a6aef10825ec7e922ce530..719a77db362a51309e90a75253788223936b276c:/src/xbt/config.c diff --git a/src/xbt/config.c b/src/xbt/config.c index 49667ddf5e..60bf7a6d9a 100644 --- a/src/xbt/config.c +++ b/src/xbt/config.c @@ -741,6 +741,7 @@ void *xbt_cfg_set_as_string(xbt_cfg_t cfg, const char *key, const char *value) { case xbt_cfgelm_boolean: xbt_cfg_set_boolean(cfg, key, value); /* throws */ + ret = (char *)value + strlen(value); break; case xbt_cfgelm_peer: