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

version 1.59, 2012/06/22 10:12:19 version 1.60, 2012/07/05 08:05:50
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.60


CVSweb interface <joel.bertrand@systella.fr>