Diff for /rpl/src/transliteration.c between versions 1.1 and 1.4

version 1.1, 2010/01/26 15:22:44 version 1.4, 2010/02/10 10:14:26
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.0.9    RPL/2 (R) version 4.0.11
   Copyright (C) 1989-2010 Dr. BERTRAND Joël    Copyright (C) 1989-2010 Dr. BERTRAND Joël
   
   This file is part of RPL/2.    This file is part of RPL/2.
Line 121  reencodage(struct_processus *s_etat_proc Line 121  reencodage(struct_processus *s_etat_proc
             if (errno == EILSEQ)              if (errno == EILSEQ)
             {              {
                 free(buffer_sortie);                  free(buffer_sortie);
                   free(chaine_sortie);
   
                 (*s_etat_processus).erreur_execution = d_ex_erreur_transcodage;                  (*s_etat_processus).erreur_execution = d_ex_erreur_transcodage;
                 return(NULL);                  return(NULL);
             }              }

Removed from v.1.1  
changed lines
  Added in v.1.4


CVSweb interface <joel.bertrand@systella.fr>