--- rpl/src/gestion_fichiers.c 2015/01/05 13:12:31 1.60 +++ rpl/src/gestion_fichiers.c 2015/01/27 14:18:06 1.62 @@ -1,6 +1,6 @@ /* ================================================================================ - RPL/2 (R) version 4.1.19 + RPL/2 (R) version 4.1.20 Copyright (C) 1989-2015 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);