Diff for /rpl/src/messages.c between versions 1.39 and 1.44

version 1.39, 2011/07/22 07:38:41 version 1.44, 2011/11/26 10:01:32
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.1.1    RPL/2 (R) version 4.1.5
   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 1295  messages(struct_processus *s_etat_proces Line 1295  messages(struct_processus *s_etat_proces
                 }                  }
   
                 break;                  break;
               }
   
               case d_ex_fichier_corrompu :
               {
                   if ((*s_etat_processus).langue == 'F')
                   {
                       chaine = "+++Erreur : Fichier corrompu";
                   }
                   else
                   {
                       chaine = "+++Error : Corrupted file";
                   }
   
                   break;
             }              }
   
             case -1 : // Fonction externe              case -1 : // Fonction externe

Removed from v.1.39  
changed lines
  Added in v.1.44


CVSweb interface <joel.bertrand@systella.fr>