Diff for /rpl/src/instructions_r4.c between versions 1.21 and 1.25

version 1.21, 2010/08/09 13:51:47 version 1.25, 2010/09/23 15:27:40
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.0.18    RPL/2 (R) version 4.0.20
   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 1965  instruction_read(struct_processus *s_eta Line 1965  instruction_read(struct_processus *s_eta
                         if ((*s_etat_processus).langue == 'F')                          if ((*s_etat_processus).langue == 'F')
                         {                          {
                             printf("+++Attention : Support du protocole"                              printf("+++Attention : Support du protocole"
                                     " IPv6 indisponble\n");                                      " IPv6 indisponible\n");
                         }                          }
                         else                          else
                         {                          {
                             printf("+++Attention : IPv6 support "                              printf("+++Warning : IPv6 support "
                                     "unavailable\n");                                      "unavailable\n");
                         }                          }
 #                       endif  #                       endif
Line 2375  instruction_read(struct_processus *s_eta Line 2375  instruction_read(struct_processus *s_eta
                 if ((*s_etat_processus).langue == 'F')                  if ((*s_etat_processus).langue == 'F')
                 {                  {
                     printf("+++Attention : Support du protocole"                      printf("+++Attention : Support du protocole"
                             " IPv6 indisponble\n");                              " IPv6 indisponible\n");
                 }                  }
                 else                  else
                 {                  {
                     printf("+++Attention : IPv6 support "                      printf("+++Warning : IPv6 support "
                             "unavailable\n");                              "unavailable\n");
                 }                  }
 #               endif  #               endif

Removed from v.1.21  
changed lines
  Added in v.1.25


CVSweb interface <joel.bertrand@systella.fr>