Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
xbt_dynar_map did not work well with dynars of structs.
[simgrid.git] / tools / gras / stub_generator.c
index 7d4d557..6c02c9d 100644 (file)
@@ -122,7 +122,7 @@ int main(int argc, char *argv[])
     }
   }
 
-  xbt_assert1((argc >= 3),
+  xbt_assert((argc >= 3),
               "Usage: %s project_name deployment_file [deployment_file...]\n",
               argv[0]);