Diff for /rpl/src/transliteration.c between versions 1.44 and 1.47

version 1.44, 2011/09/20 14:36:30 version 1.47, 2011/11/26 10:01:33
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.1.3    RPL/2 (R) version 4.1.5
   Copyright (C) 1989-2011 Dr. BERTRAND Joël    Copyright (C) 1989-2011 Dr. BERTRAND Joël
   
   This file is part of RPL/2.    This file is part of RPL/2.
Line 675  transliterated_fprintf(struct_processus Line 675  transliterated_fprintf(struct_processus
     }      }
   
 #   ifdef OS2  #   ifdef OS2
     if ((flux == stdin) || (flux == stdout))      if ((flux == stderr) || (flux == stdout))
     {      {
         i = 0;          i = 0;
         ptr_l = tampon2;          ptr_l = tampon2;
Line 694  transliterated_fprintf(struct_processus Line 694  transliterated_fprintf(struct_processus
                 sizeof(unsigned char))) == NULL)                  sizeof(unsigned char))) == NULL)
         {          {
             (*s_etat_processus).erreur_systeme = d_es_allocation_memoire;              (*s_etat_processus).erreur_systeme = d_es_allocation_memoire;
             return(NULL);              return(-1);
         }          }
   
         ptr_e = tampon3;          ptr_e = tampon3;

Removed from v.1.44  
changed lines
  Added in v.1.47


CVSweb interface <joel.bertrand@systella.fr>