X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e6b463c5990e7bb6a9ee8ba3d0392960aa7274d3..3516ecc808bba20973c58b49c33dded30960613a:/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: