--- rpl/src/instructions_p8.c 2013/09/06 10:30:54 1.21 +++ rpl/src/instructions_p8.c 2017/01/18 15:44:21 1.35 @@ -1,7 +1,7 @@ /* ================================================================================ - RPL/2 (R) version 4.1.16 - Copyright (C) 1989-2013 Dr. BERTRAND Joël + RPL/2 (R) version 4.1.26 + Copyright (C) 1989-2017 Dr. BERTRAND Joël This file is part of RPL/2. @@ -224,9 +224,9 @@ instruction_poll(struct_processus *s_eta case CHN: { - if ((registre = conversion_majuscule((unsigned char *) - (*(*l_element_courant_2).donnee).objet)) - == NULL) + if ((registre = conversion_majuscule(s_etat_processus, + (unsigned char *) (*(*l_element_courant_2) + .donnee).objet)) == NULL) { (*s_etat_processus).erreur_systeme = d_es_allocation_memoire;