X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/f581799445893c1b953c365fbfb025e3dbcc775a..HEAD:/deployment.cpp diff --git a/deployment.cpp b/deployment.cpp index 287ca4f..0af3e3b 100644 --- a/deployment.cpp +++ b/deployment.cpp @@ -93,7 +93,7 @@ void deployment_generator::distribute_load() void deployment_generator::deploy() { - xbt_dynar_t args = xbt_dynar_new(sizeof(const char*), NULL); + xbt_dynar_t args = xbt_dynar_new(sizeof(const char*), nullptr); for (unsigned i = 0 ; i < hosts.size() ; ++i) { const char* hostname = hostdata::at(i).get_name(); std::ostringstream oss;