--- rpl/src/instructions_e2.c 2017/08/03 17:17:45 1.69 +++ rpl/src/instructions_e2.c 2018/12/24 15:55:36 1.72 @@ -1,7 +1,7 @@ /* ================================================================================ - RPL/2 (R) version 4.1.28 - Copyright (C) 1989-2017 Dr. BERTRAND Joël + RPL/2 (R) version 4.1.30 + Copyright (C) 1989-2018 Dr. BERTRAND Joël This file is part of RPL/2. @@ -1136,7 +1136,7 @@ instruction_externals(struct_processus * if ((*s_etat_processus).s_instructions_externes[i].position_fleche >= 0) { - strncpy((unsigned char *) (*(*l_element_courant).donnee).objet + memcpy((unsigned char *) (*(*l_element_courant).donnee).objet + (*s_etat_processus).s_instructions_externes[i] .position_fleche - (strlen((*s_etat_processus) .s_instructions_externes[i].nom_bibliotheque) + 1), @@ -1162,7 +1162,7 @@ instruction_externals(struct_processus * if ((*s_etat_processus).s_instructions_externes[i].position_fleche >= 0) { - strncpy((unsigned char *) (*(*l_element_courant).donnee).objet + memcpy((unsigned char *) (*(*l_element_courant).donnee).objet + (*s_etat_processus).s_instructions_externes[i] .position_fleche, "->", 2); }