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

version 1.82, 2015/04/16 19:39:10 version 1.88, 2016/03/09 22:11:27
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.1.21    RPL/2 (R) version 4.1.25
   Copyright (C) 1989-2015 Dr. BERTRAND Joël    Copyright (C) 1989-2016 Dr. BERTRAND Joël
   
   This file is part of RPL/2.    This file is part of RPL/2.
   
Line 291  localisation_courante(struct_processus * Line 291  localisation_courante(struct_processus *
   
     verrouillage_threads_concurrents(s_etat_processus);      verrouillage_threads_concurrents(s_etat_processus);
     pid = fork();      pid = fork();
     deverrouillage_threads_concurrents(s_etat_processus);  
   
     if (pid < 0)      if (pid < 0)
     {      {
Line 419  localisation_courante(struct_processus * Line 418  localisation_courante(struct_processus *
     }      }
     else      else
     {      {
           deverrouillage_threads_concurrents(s_etat_processus);
   
         if (close(pipes_entree[0]) != 0)          if (close(pipes_entree[0]) != 0)
         {          {
             (*s_etat_processus).erreur_systeme = d_es_processus;              (*s_etat_processus).erreur_systeme = d_es_processus;
Line 706  transliterated_fprintf(struct_processus Line 707  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.88


CVSweb interface <joel.bertrand@systella.fr>