Diff for /rpl/src/transliteration.c between versions 1.79 and 1.82

version 1.79, 2015/01/27 14:18:10 version 1.82, 2015/04/16 19:39:10
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.1.20    RPL/2 (R) version 4.1.21
   Copyright (C) 1989-2015 Dr. BERTRAND Joël    Copyright (C) 1989-2015 Dr. BERTRAND Joël
   
   This file is part of RPL/2.    This file is part of RPL/2.
Line 706  transliterated_fprintf(struct_processus Line 706  transliterated_fprintf(struct_processus
   
     if (s_etat_processus != NULL)      if (s_etat_processus != NULL)
     {      {
   uprintf("%s->%s\n", d_locale, (*s_etat_processus).localisation);
         if ((tampon2 = transliteration(s_etat_processus, tampon,          if ((tampon2 = transliteration(s_etat_processus, tampon,
                 d_locale, (*s_etat_processus).localisation)) == NULL)                  d_locale, (*s_etat_processus).localisation)) == NULL)
         {          {
Line 799  std_fprintf(file *flux, const char *form Line 800  std_fprintf(file *flux, const char *form
     ios = vfprintf(flux, format, arguments);      ios = vfprintf(flux, format, arguments);
     va_end(arguments);      va_end(arguments);
   
     return(ios);      // Pas de parenthèses pour ne pas appeler la macro.
       return ios;
 }  }
   
   

Removed from v.1.79  
changed lines
  Added in v.1.82


CVSweb interface <joel.bertrand@systella.fr>