--- rpl/src/bibliotheques_externes.c 2017/07/31 12:03:30 1.75 +++ rpl/src/bibliotheques_externes.c 2018/12/24 15:54:59 1.79 @@ -1,7 +1,7 @@ /* ================================================================================ - RPL/2 (R) version 4.1.27 - 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. @@ -376,7 +376,7 @@ chargement_bibliotheque(struct_processus { if ((fleche = strstr(tableau[i], "->")) != NULL) { - strncpy(fleche, "to", 2); + memcpy(fleche, "to", 2); (*s_etat_processus).s_instructions_externes[(*s_etat_processus) .nombre_instructions_externes].position_fleche = fleche - tableau[i]; @@ -926,7 +926,7 @@ execution_fonction_de_bibliotheque(struc if ((fleche = strstr(nom_fonction, "->")) != NULL) { - strncpy(fleche, "to", 2); + memcpy(fleche, "to", 2); } ordre_iteration = 0;