Diff for /rpl/src/instructions_w1.c between versions 1.31 and 1.32

version 1.31, 2011/01/03 12:08:08 version 1.32, 2011/03/06 16:44:14
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.0.20    RPL/2 (R) version 4.0.21
   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 1417  instruction_write(struct_processus *s_et Line 1417  instruction_write(struct_processus *s_et
                         }                          }
                     }                      }
   
                     if (ios == EPIPE)                      if ((ios == EPIPE) || (ios == ECONNRESET))
                     {                      {
                         (*s_etat_processus).erreur_execution =                          (*s_etat_processus).erreur_execution =
                                 d_ex_erreur_acces_fichier;                                  d_ex_erreur_acces_fichier;

Removed from v.1.31  
changed lines
  Added in v.1.32


CVSweb interface <joel.bertrand@systella.fr>