Diff for /rpl/src/instructions_l3.c between versions 1.50 and 1.51

version 1.50, 2015/01/05 15:32:19 version 1.51, 2015/01/27 14:18:07
Line 826  instruction_logscale(struct_processus *s Line 826  instruction_logscale(struct_processus *s
   
     if ((*s_objet).type == NOM)      if ((*s_objet).type == NOM)
     {      {
         tampon = conversion_majuscule((*((struct_nom *) (*s_objet).objet)).nom);          tampon = conversion_majuscule(s_etat_processus,
                   (*((struct_nom *) (*s_objet).objet)).nom);
   
         if (tampon == NULL)          if (tampon == NULL)
         {          {
Line 907  instruction_logscale(struct_processus *s Line 908  instruction_logscale(struct_processus *s
                     return;                      return;
                 }                  }
   
                 tampon = conversion_majuscule((*((struct_nom *)                  tampon = conversion_majuscule(s_etat_processus,
                         (*(*l_element_courant).donnee).objet)).nom);                          (*((struct_nom *) (*(*l_element_courant).donnee)
                           .objet)).nom);
   
                 if ((strcmp(tampon, "X") != 0) && (strcmp(tampon, "Y") != 0) &&                  if ((strcmp(tampon, "X") != 0) && (strcmp(tampon, "Y") != 0) &&
                         (strcmp(tampon, "Z") != 0))                          (strcmp(tampon, "Z") != 0))

Removed from v.1.50  
changed lines
  Added in v.1.51


CVSweb interface <joel.bertrand@systella.fr>