Diff for /rpl/src/gestion_fichiers.c between versions 1.58 and 1.73

version 1.58, 2014/07/15 14:12:38 version 1.73, 2018/12/24 15:55:04
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.1.18    RPL/2 (R) version 4.1.30
   Copyright (C) 1989-2014 Dr. BERTRAND Joël    Copyright (C) 1989-2018 Dr. BERTRAND Joël
   
   This file is part of RPL/2.    This file is part of RPL/2.
   
Line 471  initialisation_controle(struct_processus Line 471  initialisation_controle(struct_processus
   
     if (fichier_indexe == d_vrai)      if (fichier_indexe == d_vrai)
     {      {
         if (alsprintf(&commande, commande2, position_clef) < 0)          if (alsprintf(s_etat_processus, &commande, commande2, position_clef)
                   < 0)
         {          {
             (*s_etat_processus).erreur_systeme = d_es_allocation_memoire;              (*s_etat_processus).erreur_systeme = d_es_allocation_memoire;
             return(d_erreur);              return(d_erreur);

Removed from v.1.58  
changed lines
  Added in v.1.73


CVSweb interface <joel.bertrand@systella.fr>