X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e4274b0d96b7fa1ff6b66c69daaa4c1f5346c7d5..f9eaeed428ca3561e883ff8033ac4b4f0d122249:/src/instr/instr_resource_utilization.c diff --git a/src/instr/instr_resource_utilization.c b/src/instr/instr_resource_utilization.c index 3b19236a67..acf1a4c249 100644 --- a/src/instr/instr_resource_utilization.c +++ b/src/instr/instr_resource_utilization.c @@ -36,7 +36,7 @@ static void __TRACE_surf_check_variable_set_to_zero(double now, container_t container = getContainerByName (resource); type_t type = getVariableType (variable, NULL, container->type); new_pajeSetVariable (now, container, type, 0); - xbt_dict_set(platform_variables, key, "", NULL); + xbt_dict_set(platform_variables, key, (char*)"", NULL); } xbt_free(key); }