--- rpl/src/gestion_fichiers.c 2014/07/15 14:12:38 1.58 +++ rpl/src/gestion_fichiers.c 2019/10/31 15:40:05 1.76 @@ -1,7 +1,7 @@ /* ================================================================================ - RPL/2 (R) version 4.1.18 - Copyright (C) 1989-2014 Dr. BERTRAND Joël + RPL/2 (R) version 4.1.32 + Copyright (C) 1989-2019 Dr. BERTRAND Joël This file is part of RPL/2. @@ -471,7 +471,8 @@ initialisation_controle(struct_processus if (fichier_indexe == d_vrai) { - if (alsprintf(&commande, commande2, position_clef) < 0) + if (alsprintf(s_etat_processus, &commande, commande2, position_clef) + < 0) { (*s_etat_processus).erreur_systeme = d_es_allocation_memoire; return(d_erreur);