--- rpl/src/instructions_w1.c 2012/06/22 10:12:19 1.64 +++ rpl/src/instructions_w1.c 2012/07/05 08:05:50 1.65 @@ -1403,7 +1403,7 @@ instruction_write(struct_processus *s_et longueur = strlen(format_chaine); - if (format_chaine[longueur] != ')') + if (format_chaine[longueur - 1] != ')') { free(format_chaine);