Diff for /rpl/src/formateur.c between versions 1.22 and 1.23

version 1.22, 2011/03/12 15:32:02 version 1.23, 2011/03/17 21:42:51
Line 1759  formateur(struct_processus *s_etat_proce Line 1759  formateur(struct_processus *s_etat_proce
             return(NULL);              return(NULL);
         }          }
   
         if ((*s_etat_processus).autorisation_conversion_chaine == 'Y')          if (((*s_etat_processus).autorisation_conversion_chaine == 'Y') &&
                   (test_cfsf(s_etat_processus, 34) == d_vrai))
         {          {
             ptr_lecture = (unsigned char *) (*s_objet).objet;              ptr_lecture = (unsigned char *) (*s_objet).objet;
             ptr_ecriture = chaine;              ptr_ecriture = chaine;

Removed from v.1.22  
changed lines
  Added in v.1.23


CVSweb interface <joel.bertrand@systella.fr>