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

version 1.64, 2012/06/22 10:12:19 version 1.69, 2012/12/19 09:58:27
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.1.9    RPL/2 (R) version 4.1.12
   Copyright (C) 1989-2012 Dr. BERTRAND Joël    Copyright (C) 1989-2012 Dr. BERTRAND Joël
   
   This file is part of RPL/2.    This file is part of RPL/2.
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.69


CVSweb interface <joel.bertrand@systella.fr>