X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3fd1c802a946042793109d0da05a748a7b9c1d43..10beade7f2e5b5b7f318c3847602cc1ddbf09c99:/src/gras/DataDesc/cbps.c?ds=sidebyside diff --git a/src/gras/DataDesc/cbps.c b/src/gras/DataDesc/cbps.c index 4584b19ea5..b64eb2f10c 100644 --- a/src/gras/DataDesc/cbps.c +++ b/src/gras/DataDesc/cbps.c @@ -94,7 +94,7 @@ gras_cbps_v_push(gras_cbps_t ps, XBT_DEBUG("Create a new variable stack for '%s' into the space", name); varstack = xbt_dynar_new(sizeof(gras_cbps_elm_t *), NULL); - xbt_dict_set(ps->space, varname, (void **) varstack, NULL); + xbt_dict_set(ps->space, name, (void **) varstack, NULL); xbt_ex_free(e); /* leaking, you think? only if you do not close all the openned blocks ;) */ }