Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cosmetics (sorry for the noise)
[simgrid.git] / src / simix / smx_network.c
index 213e31d..8e9419f 100644 (file)
@@ -389,7 +389,7 @@ void SIMIX_message_sizes_output(const char *filename) {
   uintptr_t key,data;
   xbt_dict_cursor_t cursor;
   xbt_dict_foreach(msg_sizes,cursor,key,data) {
   uintptr_t key,data;
   xbt_dict_cursor_t cursor;
   xbt_dict_foreach(msg_sizes,cursor,key,data) {
-    fprintf(out,"%ld %ld\n",(long unsigned)key,(long unsigned)data);
+    fprintf(out,"%zu %zu\n",key,data);
   }
   fclose(out);
 }
   }
   fclose(out);
 }