Diff for /rpl/src/controle.c between versions 1.17 and 1.39

version 1.17, 2011/01/03 12:08:02 version 1.39, 2012/10/01 11:04:59
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.0.20    RPL/2 (R) version 4.1.11
   Copyright (C) 1989-2011 Dr. BERTRAND Joël    Copyright (C) 1989-2012 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.17  
changed lines
  Added in v.1.39


CVSweb interface <joel.bertrand@systella.fr>