Diff for /rpl/src/instructions_w1.c between versions 1.70 and 1.73

version 1.70, 2012/12/21 12:09:50 version 1.73, 2013/03/01 09:29:30
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.1.12    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 1766  instruction_write(struct_processus *s_et Line 1766  instruction_write(struct_processus *s_et
                         return;                          return;
                     }                      }
   
                       if (ios == EMSGSIZE)
                       {
                           (*s_etat_processus).erreur_execution =
                                   d_ex_taille_message;
                       }
   
                     (*s_etat_processus).erreur_systeme = d_es_erreur_fichier;                      (*s_etat_processus).erreur_systeme = d_es_erreur_fichier;
                     return;                      return;

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


CVSweb interface <joel.bertrand@systella.fr>