Diff for /rpl/src/instructions_w1.c between versions 1.64 and 1.65

version 1.64, 2012/06/22 10:12:19 version 1.65, 2012/07/05 08:05:50
Line 1403  instruction_write(struct_processus *s_et Line 1403  instruction_write(struct_processus *s_et
   
                     longueur = strlen(format_chaine);                      longueur = strlen(format_chaine);
   
                     if (format_chaine[longueur] != ')')                      if (format_chaine[longueur - 1] != ')')
                     {                      {
                         free(format_chaine);                          free(format_chaine);
   

Removed from v.1.64  
changed lines
  Added in v.1.65


CVSweb interface <joel.bertrand@systella.fr>