--- rpl/src/instructions_p6.c 2010/03/04 10:17:52 1.4 +++ rpl/src/instructions_p6.c 2015/01/27 14:18:07 1.50 @@ -1,7 +1,7 @@ /* ================================================================================ - RPL/2 (R) version 4.0.12 - Copyright (C) 1989-2010 Dr. BERTRAND Joël + RPL/2 (R) version 4.1.20 + Copyright (C) 1989-2015 Dr. BERTRAND Joël This file is part of RPL/2. @@ -20,7 +20,7 @@ */ -#include "rpl.conv.h" +#include "rpl-conv.h" /* @@ -934,7 +934,7 @@ instruction_paper(struct_processus *s_et if ((*s_objet_argument).type == CHN) { - if ((tampon = conversion_majuscule((unsigned char *) + if ((tampon = conversion_majuscule(s_etat_processus, (unsigned char *) (*s_objet_argument).objet)) == NULL) {