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

version 1.82, 2015/04/16 19:39:10 version 1.83, 2015/04/17 09:07:54
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.82  
changed lines
  Added in v.1.83


CVSweb interface <joel.bertrand@systella.fr>