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

version 1.29, 2010/09/23 15:27:41 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-2010 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 226  instruction_wait(struct_processus *s_eta Line 226  instruction_wait(struct_processus *s_eta
         return;          return;
     }      }
           
     if (((*s_objet).type == INT) ||      if (((*s_objet).type == INT) || ((*s_objet).type == REL))
             ((*s_objet).type == REL))  
     {      {
         if ((*s_objet).type == INT)          if ((*s_objet).type == INT)
         {          {
Line 1418  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.29  
changed lines
  Added in v.1.32


CVSweb interface <joel.bertrand@systella.fr>