Diff for /rpl/src/transliteration.c between versions 1.59 and 1.64

version 1.59, 2012/10/18 07:58:21 version 1.64, 2013/02/27 17:11:46
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.1.11    RPL/2 (R) version 4.1.13
   Copyright (C) 1989-2012 Dr. BERTRAND Joël    Copyright (C) 1989-2013 Dr. BERTRAND Joël
   
   This file is part of RPL/2.    This file is part of RPL/2.
   
Line 209  localisation_courante(struct_processus * Line 209  localisation_courante(struct_processus *
   
     pid_t                       pid;      pid_t                       pid;
   
     struct sigaction            action_passee;  
   
     unsigned char               *tampon;      unsigned char               *tampon;
   
     unsigned long               longueur_lecture;      unsigned long               longueur_lecture;
Line 582  localisation_courante(struct_processus * Line 580  localisation_courante(struct_processus *
             strcpy((*s_etat_processus).localisation, d_locale);              strcpy((*s_etat_processus).localisation, d_locale);
         }          }
   
         if (sigaction(SIGINT, &action_passee, NULL) != 0)  
         {  
             for(i = 0; i < nombre_arguments; i++)  
             {  
                 free(arguments[i]);  
             }  
   
             free(arguments);  
             (*s_etat_processus).erreur_systeme = d_es_signal;  
             return;  
         }  
   
         for(i = 0; i < nombre_arguments; i++)          for(i = 0; i < nombre_arguments; i++)
         {          {
             free(arguments[i]);              free(arguments[i]);

Removed from v.1.59  
changed lines
  Added in v.1.64


CVSweb interface <joel.bertrand@systella.fr>