Diff for /rpl/src/messages.c between versions 1.9 and 1.11

version 1.9, 2010/04/07 13:33:22 version 1.11, 2010/04/07 17:48:49
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.0.13    RPL/2 (R) version 4.0.14
   Copyright (C) 1989-2010 Dr. BERTRAND Joël    Copyright (C) 1989-2010 Dr. BERTRAND Joël
   
   This file is part of RPL/2.    This file is part of RPL/2.
Line 1491  messages(struct_processus *s_etat_proces Line 1491  messages(struct_processus *s_etat_proces
             {              {
                 if ((*s_etat_processus).langue == 'F')                  if ((*s_etat_processus).langue == 'F')
                 {                  {
                     chaine = "+++Système : Nom implicite invalide";                      chaine = "+++Système : Nom implicite indéfini";
                 }                  }
                 else                  else
                 {                  {
                     chaine = "+++System : Invalid implicit name";                      chaine = "+++System : Undefined implicit name";
                 }                  }
   
                 break;                  break;

Removed from v.1.9  
changed lines
  Added in v.1.11


CVSweb interface <joel.bertrand@systella.fr>