Diff for /rpl/src/controle.c between versions 1.14 and 1.32

version 1.14, 2010/09/07 08:58:04 version 1.32, 2011/11/26 10:01:25
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.0.19    RPL/2 (R) version 4.1.5
   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 210  controle(struct_processus *s_etat_proces Line 210  controle(struct_processus *s_etat_proces
         if ((*s_etat_processus).langue == 'F')          if ((*s_etat_processus).langue == 'F')
         {          {
             printf("+++Fatal : Somme de contrôle invalide\n");              printf("+++Fatal : Somme de contrôle invalide\n");
             printf("Fonction %s(%s)\n", type, fichier);              printf("Fonction %s(%s)\n", type, registre);
             printf("Résultat obtenu  : %s\n", somme_hexadecimale);              printf("Résultat obtenu  : %s\n", somme_hexadecimale);
             printf("Résultat attendu : %s\n", somme_candidate);              printf("Résultat attendu : %s\n", somme_candidate);
         }          }
         else          else
         {          {
             printf("+++Fatal : Hash code mismatch\n");              printf("+++Fatal : Hash code mismatch\n");
             printf("Function %s(%s)\n", type, fichier);              printf("Function %s(%s)\n", type, registre);
             printf("Computed hash code : %s\n", somme_hexadecimale);              printf("Computed hash code : %s\n", somme_hexadecimale);
             printf("Expected hasd code : %s\n", somme_candidate);              printf("Expected hash code : %s\n", somme_candidate);
         }          }
   
         drapeau = d_faux;          drapeau = d_faux;

Removed from v.1.14  
changed lines
  Added in v.1.32


CVSweb interface <joel.bertrand@systella.fr>