--- rpl/src/instructions_s2.c 2014/01/26 18:21:33 1.53 +++ rpl/src/instructions_s2.c 2020/01/10 11:15:48 1.73 @@ -1,7 +1,7 @@ /* ================================================================================ - RPL/2 (R) version 4.1.17 - Copyright (C) 1989-2014 Dr. BERTRAND Joël + RPL/2 (R) version 4.1.32 + Copyright (C) 1989-2020 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) ||