Diff for /rpl/src/instructions_r4.c between versions 1.59 and 1.61

version 1.59, 2012/06/22 10:12:19 version 1.61, 2012/08/22 10:47:17
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.1.9    RPL/2 (R) version 4.1.10
   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 2108  printf("L=%d\n", longueur_enregistrement Line 2108  printf("L=%d\n", longueur_enregistrement
   
                     longueur = strlen(format_chaine);                      longueur = strlen(format_chaine);
   
                     if (format_chaine[longueur] != ')')                      if (format_chaine[longueur - 1] != ')')
                     {                      {
                         liberation(s_etat_processus, s_objet_argument_1);                          liberation(s_etat_processus, s_objet_argument_1);
                         liberation(s_etat_processus, s_objet_resultat);                          liberation(s_etat_processus, s_objet_resultat);

Removed from v.1.59  
changed lines
  Added in v.1.61


CVSweb interface <joel.bertrand@systella.fr>