X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/bb123a2a34a948902f850e5ec93a771aa7209203..87abed69d2734abfc0474c30b6f6d04b25a2c8ac:/teshsuite/msg/app-token-ring/app-token-ring.c diff --git a/teshsuite/msg/app-token-ring/app-token-ring.c b/teshsuite/msg/app-token-ring/app-token-ring.c index 4316fd6e4c..50186721ca 100644 --- a/teshsuite/msg/app-token-ring/app-token-ring.c +++ b/teshsuite/msg/app-token-ring/app-token-ring.c @@ -53,7 +53,7 @@ int main(int argc, char* argv[]) MSG_create_environment(argv[1]); /* - Load the platform description */ xbt_dynar_t hosts = MSG_hosts_as_dynar(); - XBT_INFO("Number of hosts '%lu'", MSG_get_host_number()); + XBT_INFO("Number of hosts '%zu'", MSG_get_host_number()); unsigned int i; msg_host_t h; xbt_dynar_foreach (hosts, i,