Diff for /rpl/src/controle.c between versions 1.18 and 1.27

version 1.18, 2011/03/06 16:44:08 version 1.27, 2011/06/27 09:04:54
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.0.21    RPL/2 (R) version 4.1.0
   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 219  controle(struct_processus *s_etat_proces Line 219  controle(struct_processus *s_etat_proces
             printf("+++Fatal : Hash code mismatch\n");              printf("+++Fatal : Hash code mismatch\n");
             printf("Function %s(%s)\n", type, registre);              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.18  
changed lines
  Added in v.1.27


CVSweb interface <joel.bertrand@systella.fr>