X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ec16845133f5f1b5262d2d77d8ba22824fa8a446..9a36fae38fd6af831308861de666cc06a4fe89da:/src/xbt/set.c diff --git a/src/xbt/set.c b/src/xbt/set.c index daaafc9a17..f0d6b9082d 100644 --- a/src/xbt/set.c +++ b/src/xbt/set.c @@ -264,7 +264,7 @@ void xbt_set_cursor_first(xbt_set_t set, xbt_set_cursor_t * cursor) if (!*cursor) { XBT_DEBUG("Create the cursor on first use"); *cursor = xbt_new(s_xbt_set_cursor_t, 1); - xbt_assert0(*cursor, + xbt_assert(*cursor, "Malloc error during the creation of the cursor"); } (*cursor)->set = set;