Diff for /rpl/src/controle.c between versions 1.16 and 1.23

version 1.16, 2010/09/23 15:27:34 version 1.23, 2011/06/21 07:45:21
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.0.20    RPL/2 (R) version 4.1.0.prerelease.1
   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 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.16  
changed lines
  Added in v.1.23


CVSweb interface <joel.bertrand@systella.fr>