--- rpl/src/instructions_g4.c 2012/12/13 16:59:41 1.38 +++ rpl/src/instructions_g4.c 2013/02/27 17:11:42 1.43 @@ -1,7 +1,7 @@ /* ================================================================================ - RPL/2 (R) version 4.1.11 - Copyright (C) 1989-2012 Dr. BERTRAND Joël + RPL/2 (R) version 4.1.13 + Copyright (C) 1989-2013 Dr. BERTRAND Joël This file is part of RPL/2. @@ -131,7 +131,7 @@ instruction_getc(struct_processus *s_eta (*(*s_etat_processus).pointeur_variable_courante).nom, (*(*s_etat_processus).pointeur_variable_courante) .variable_partagee, (*(*s_etat_processus) - .pointeur_variable_courante).origine) == d_faux) + .pointeur_variable_courante).origine) == NULL) { liberation(s_etat_processus, s_objet_argument_1); @@ -698,7 +698,7 @@ instruction_getr(struct_processus *s_eta (*(*s_etat_processus).pointeur_variable_courante).nom, (*(*s_etat_processus).pointeur_variable_courante) .variable_partagee, (*(*s_etat_processus) - .pointeur_variable_courante).origine) == d_faux) + .pointeur_variable_courante).origine) == NULL) { liberation(s_etat_processus, s_objet_argument_1);