Diff for /rpl/src/instructions_r3.c between versions 1.15 and 1.16

version 1.15, 2010/08/06 15:33:02 version 1.16, 2010/08/13 21:00:37
Line 974  instruction_recall(struct_processus *s_e Line 974  instruction_recall(struct_processus *s_e
     unsigned char           *chaine;      unsigned char           *chaine;
     unsigned char           *commande;      unsigned char           *commande;
     unsigned char           *executable_candidat;      unsigned char           *executable_candidat;
   
   #   ifndef OS2
     unsigned char           *instructions = "%s/bin/rpliconv %s "      unsigned char           *instructions = "%s/bin/rpliconv %s "
                                     "`%s/bin/rplfile "                                      "`%s/bin/rplfile "
                                     "-m %s/share/rplfiles -i %s | awk "                                      "-m %s/share/rplfiles -i %s | awk "
                                     "'{ print $3; }' | awk -F= '{ if "                                      "'{ print $3; }' | awk -F= '{ if "
                                     "($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
       unsigned char           *instructions = "sh -c \"%s/bin/rpliconv %s "
                                       "`%s/bin/rplfile "
                                       "-m %s/share/rplfiles -i %s | awk "
                                       "'{ print $3; }' | awk -F= '{ if "
                                       "($2 != \\\"\\\") printf(\\\"-f %%s\\\", "
                                       "$2); }'` -t `" d_locale
                                       "` | %s/bin/%s -o %s\"";
   #   endif
   
     unsigned char           *nom_fichier_temporaire;      unsigned char           *nom_fichier_temporaire;
     unsigned char           *tampon_definitions_chainees;      unsigned char           *tampon_definitions_chainees;
     unsigned char           *tampon_instruction_courante;      unsigned char           *tampon_instruction_courante;

Removed from v.1.15  
changed lines
  Added in v.1.16


CVSweb interface <joel.bertrand@systella.fr>