X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e76b3663393a47c8a97cff1cac268db2b4850a51..620ebcadff113065467e7f3c8412483666e05583:/src/surf/xml/surfxml_sax_cb.cpp diff --git a/src/surf/xml/surfxml_sax_cb.cpp b/src/surf/xml/surfxml_sax_cb.cpp index ea98c47721..91c0d5a1ca 100644 --- a/src/surf/xml/surfxml_sax_cb.cpp +++ b/src/surf/xml/surfxml_sax_cb.cpp @@ -867,7 +867,7 @@ void ETag_surfxml_config() for (auto const& elm : *current_property_set) { if (simgrid::config::is_default(elm.first.c_str())) { std::string cfg = elm.first + ":" + elm.second; - xbt_cfg_set_parse(cfg.c_str()); + simgrid::config::set_parse(std::move(cfg)); } else XBT_INFO("The custom configuration '%s' is already defined by user!", elm.first.c_str()); }