Diff for /rpl/src/formateur_fichiers.c between versions 1.43 and 1.44

version 1.43, 2012/06/22 10:12:19 version 1.44, 2012/07/05 08:05:50
Line 1496  formateur_fichier(struct_processus *s_et Line 1496  formateur_fichier(struct_processus *s_et
                         return(NULL);                          return(NULL);
                     }                      }
   
                     position_3 = strlen(format_chaine);                      position_3 = strlen(format_chaine) - 1;
   
                     if (format_chaine[position_3] != ')')                      if (format_chaine[position_3] != ')')
                     {                      {
Line 1508  formateur_fichier(struct_processus *s_et Line 1508  formateur_fichier(struct_processus *s_et
                         return(NULL);                          return(NULL);
                     }                      }
   
                     format_chaine[--position_3] = d_code_fin_chaine;                      format_chaine[position_3] = d_code_fin_chaine;
   
                     position_2 = position_1;                      position_2 = position_1;
   

Removed from v.1.43  
changed lines
  Added in v.1.44


CVSweb interface <joel.bertrand@systella.fr>