--- rpl/src/instructions_p8.c 2015/01/05 15:32:20 1.27 +++ rpl/src/instructions_p8.c 2015/11/26 11:44:38 1.32 @@ -1,6 +1,6 @@ /* ================================================================================ - RPL/2 (R) version 4.1.20 + RPL/2 (R) version 4.1.24 Copyright (C) 1989-2015 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;