Diff for /rpl/src/instructions_s2.c between versions 1.12 and 1.13

version 1.12, 2010/05/24 10:58:35 version 1.13, 2010/06/19 15:54:51
Line 1257  instruction_str_fleche(struct_processus Line 1257  instruction_str_fleche(struct_processus
   
             recherche_type(s_etat_processus);              recherche_type(s_etat_processus);
   
             if ((*s_etat_processus).erreur_execution != d_ex)              if (((*s_etat_processus).erreur_execution != d_ex) ||
                       ((*s_etat_processus).erreur_systeme != d_es))
             {              {
                 liberation(s_etat_processus, s_objet);                  liberation(s_etat_processus, s_objet);
   

Removed from v.1.12  
changed lines
  Added in v.1.13


CVSweb interface <joel.bertrand@systella.fr>