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

version 1.81, 2015/04/14 11:26:18 version 1.82, 2015/04/16 19:39:10
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)
         {          {

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


CVSweb interface <joel.bertrand@systella.fr>