--- rpl/src/instructions_s2.c 2014/07/17 08:07:24 1.55 +++ rpl/src/instructions_s2.c 2019/02/03 14:41:02 1.71 @@ -1,7 +1,7 @@ /* ================================================================================ - RPL/2 (R) version 4.1.19 - Copyright (C) 1989-2014 Dr. BERTRAND Joël + RPL/2 (R) version 4.1.31 + Copyright (C) 1989-2019 Dr. BERTRAND Joël This file is part of RPL/2. @@ -1256,6 +1256,7 @@ instruction_str_fleche(struct_processus .definitions_chainees); (*s_etat_processus).instruction_courante = commande; + (*s_etat_processus).type_en_cours = NON; recherche_type(s_etat_processus); if (((*s_etat_processus).erreur_execution != d_ex) ||