--- rpl/src/instructions_f1.c 2012/12/13 16:59:41 1.46 +++ rpl/src/instructions_f1.c 2012/12/17 21:22:43 1.47 @@ -552,7 +552,7 @@ instruction_fleche(struct_processus *s_e if (recherche_variable_partagee(s_etat_processus, s_variable.nom, position_variable, ((*s_etat_processus).mode_execution_programme == 'Y') - ? 'P' : 'E') == d_vrai) + ? 'P' : 'E') != NULL) { // Variable partagée à utiliser