--- rpl/src/gestion_fichiers.c 2015/01/05 15:32:14 1.61 +++ rpl/src/gestion_fichiers.c 2018/12/24 15:55:04 1.73 @@ -1,7 +1,7 @@ /* ================================================================================ - RPL/2 (R) version 4.1.20 - Copyright (C) 1989-2015 Dr. BERTRAND Joël + RPL/2 (R) version 4.1.30 + Copyright (C) 1989-2018 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);