Diff for /rpl/src/instructions_e2.c between versions 1.70 and 1.76

version 1.70, 2018/05/30 09:27:34 version 1.76, 2020/01/10 11:15:45
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.1.29    RPL/2 (R) version 4.1.32
   Copyright (C) 1989-2018 Dr. BERTRAND Joël    Copyright (C) 1989-2020 Dr. BERTRAND Joël
   
   This file is part of RPL/2.    This file is part of RPL/2.
   
Line 1136  instruction_externals(struct_processus * Line 1136  instruction_externals(struct_processus *
             if ((*s_etat_processus).s_instructions_externes[i].position_fleche              if ((*s_etat_processus).s_instructions_externes[i].position_fleche
                     >= 0)                      >= 0)
             {              {
                 strncpy((unsigned char *) (*(*l_element_courant).donnee).objet                  memcpy((unsigned char *) (*(*l_element_courant).donnee).objet
                         + (*s_etat_processus).s_instructions_externes[i]                          + (*s_etat_processus).s_instructions_externes[i]
                         .position_fleche - (strlen((*s_etat_processus)                          .position_fleche - (strlen((*s_etat_processus)
                         .s_instructions_externes[i].nom_bibliotheque) + 1),                          .s_instructions_externes[i].nom_bibliotheque) + 1),
Line 1162  instruction_externals(struct_processus * Line 1162  instruction_externals(struct_processus *
             if ((*s_etat_processus).s_instructions_externes[i].position_fleche              if ((*s_etat_processus).s_instructions_externes[i].position_fleche
                     >= 0)                      >= 0)
             {              {
                 strncpy((unsigned char *) (*(*l_element_courant).donnee).objet                  memcpy((unsigned char *) (*(*l_element_courant).donnee).objet
                         + (*s_etat_processus).s_instructions_externes[i]                          + (*s_etat_processus).s_instructions_externes[i]
                         .position_fleche, "->", 2);                          .position_fleche, "->", 2);
             }              }

Removed from v.1.70  
changed lines
  Added in v.1.76


CVSweb interface <joel.bertrand@systella.fr>