--- rpl/src/bibliotheques_externes.c 2017/07/30 21:59:41 1.74 +++ rpl/src/bibliotheques_externes.c 2017/07/31 12:03:30 1.75 @@ -377,6 +377,14 @@ chargement_bibliotheque(struct_processus if ((fleche = strstr(tableau[i], "->")) != NULL) { strncpy(fleche, "to", 2); + (*s_etat_processus).s_instructions_externes[(*s_etat_processus) + .nombre_instructions_externes].position_fleche = + fleche - tableau[i]; + } + else + { + (*s_etat_processus).s_instructions_externes[(*s_etat_processus) + .nombre_instructions_externes].position_fleche = -1; } (*s_etat_processus).s_instructions_externes[(*s_etat_processus)