Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
some more cleanups for tomorrow marked as FIXME for now -- good night
[simgrid.git] / src / gras / Msg / sg_msg.c
index 0321d91e5d24c981d306153a8e0fa989d39d1533..6cc6aa14a7154fed920f268ec9dc13598b862c1d 100644 (file)
@@ -146,7 +146,7 @@ gras_msg_t gras_msg_recv_any(void)
      *    an iterator, incremented only when the socket has a comm. And we've the right socket
      *    when that iterator is equal to "got", the result of waitany. Not needed if B holds.
      */
-    xbt_assert1(sock_data->comm_recv,
+    xbt_assert(sock_data->comm_recv,
                 "Comm_recv of socket %p is empty; please report that nasty bug",
                 sock);
     /* End of paranoia */