--- rpl/src/instructions_w1.c 2012/06/22 10:12:19 1.64 +++ rpl/src/instructions_w1.c 2012/10/01 11:05:07 1.67 @@ -1,6 +1,6 @@ /* ================================================================================ - RPL/2 (R) version 4.1.9 + RPL/2 (R) version 4.1.11 Copyright (C) 1989-2012 Dr. BERTRAND Joël This file is part of RPL/2. @@ -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);