X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f644ce570251ad88ed4cc216f4a94adb1a79987b..66eeb4028730b704a90c79edc202e18a159b3eda:/src/gras/DataDesc/cbps.c diff --git a/src/gras/DataDesc/cbps.c b/src/gras/DataDesc/cbps.c index 066fef5681..a36c2eb961 100644 --- a/src/gras/DataDesc/cbps.c +++ b/src/gras/DataDesc/cbps.c @@ -149,7 +149,7 @@ gras_cbps_v_pop (gras_cbps_t *ps, while (l--) { char *_name = NULL; - gras_dynar_get(frame, l, &_name); + _name = gras_dynar_get_as(frame, l, char*); if (!strcmp(name, _name)) { gras_dynar_remove_at(frame, l, &_name); gras_free(_name);