--- rpl/src/instructions_v1.c 2011/08/09 11:31:35 1.31 +++ rpl/src/instructions_v1.c 2011/08/30 14:19:28 1.32 @@ -909,7 +909,7 @@ instruction_version(struct_processus *s_ return; } - sprintf(tampon, "%d BITS ABI", sizeof(void *) * 8); + sprintf(tampon, "%zu BITS ABI", sizeof(void *) * 8); if (((*(*l_element_courant).donnee).objet = malloc((strlen(tampon) + 1 ) * sizeof(unsigned char))) == NULL)