Diff for /rpl/src/instructions_s1.c between versions 1.71 and 1.83

version 1.71, 2014/01/26 18:21:33 version 1.83, 2016/03/09 17:49:12
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.1.17    RPL/2 (R) version 4.1.25
   Copyright (C) 1989-2014 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 3735  instruction_syseval(struct_processus *s_ Line 3735  instruction_syseval(struct_processus *s_
         }          }
         else if (pid == 0)          else if (pid == 0)
         {          {
               (*s_etat_processus).erreur_systeme = d_es;
   
             if (close(pipes_entree[1]) != 0)              if (close(pipes_entree[1]) != 0)
             {              {
                 (*s_etat_processus).erreur_systeme = d_es_processus;                  (*s_etat_processus).erreur_systeme = d_es_processus;

Removed from v.1.71  
changed lines
  Added in v.1.83


CVSweb interface <joel.bertrand@systella.fr>