Diff for /rpl/src/instructions_r3.c between versions 1.18 and 1.23

version 1.18, 2010/09/07 13:31:54 version 1.23, 2011/03/06 16:44:13
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.0.19    RPL/2 (R) version 4.0.21
   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 984  instruction_recall(struct_processus *s_e Line 984  instruction_recall(struct_processus *s_e
                                     "($2 != \"\") printf(\"-f %%s\", $2); }'` "                                      "($2 != \"\") printf(\"-f %%s\", $2); }'` "
                                     "-t `locale charmap` | %s/bin/%s -o %s";                                      "-t `locale charmap` | %s/bin/%s -o %s";
 #   else  #   else
     unsigned char           *instructions = "sh -c \"%s/bin/rpliconv %s "      unsigned char           *instructions = BOURNE_SHELL
                                       " -c \"%s/bin/rpliconv %s "
                                     "`%s/bin/rplfile "                                      "`%s/bin/rplfile "
                                     "-m %s/share/rplfiles -i %s | "                                      "-m %s/share/rplfiles -i %s | "
                                     "%s/bin/rplawk "                                      "%s/bin/rplawk "
Line 1164  instruction_recall(struct_processus *s_e Line 1165  instruction_recall(struct_processus *s_e
             }              }
   
             if (controle(s_etat_processus, executable_candidat, "md5",              if (controle(s_etat_processus, executable_candidat, "md5",
                     rplawkpp_md5) != d_vrai)                      rplawk_md5) != d_vrai)
             {              {
                 (*s_etat_processus).erreur_systeme = d_es_somme_controle;                  (*s_etat_processus).erreur_systeme = d_es_somme_controle;
                 return;                  return;
Line 1276  instruction_recall(struct_processus *s_e Line 1277  instruction_recall(struct_processus *s_e
             }              }
   
             if (controle(s_etat_processus, executable_candidat, "md5",              if (controle(s_etat_processus, executable_candidat, "md5",
                     rplawkpp_md5) != d_vrai)                      rplawk_md5) != d_vrai)
             {              {
                 (*s_etat_processus).erreur_systeme = d_es_somme_controle;                  (*s_etat_processus).erreur_systeme = d_es_somme_controle;
                 return;                  return;

Removed from v.1.18  
changed lines
  Added in v.1.23


CVSweb interface <joel.bertrand@systella.fr>