X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6ee7e9c2e455536ab817ae0136acfbb53822eecd..ec16845133f5f1b5262d2d77d8ba22824fa8a446:/src/gras/DataDesc/cbps.c?ds=sidebyside diff --git a/src/gras/DataDesc/cbps.c b/src/gras/DataDesc/cbps.c index 0bae0a250c..91fe07790e 100644 --- a/src/gras/DataDesc/cbps.c +++ b/src/gras/DataDesc/cbps.c @@ -133,7 +133,7 @@ gras_cbps_v_pop(gras_cbps_t ps, RETHROW; xbt_ex_free(e); - THROW1(not_found_error, 1, "Asked to pop the non-existant %s", name); + THROWF(not_found_error, 1, "Asked to pop the non-existant %s", name); } xbt_dynar_pop(varstack, &var);