--- rpl/src/instructions_m3.c 2015/01/05 13:12:37 1.50 +++ rpl/src/instructions_m3.c 2015/06/08 14:11:38 1.54 @@ -1,6 +1,6 @@ /* ================================================================================ - RPL/2 (R) version 4.1.19 + RPL/2 (R) version 4.1.22 Copyright (C) 1989-2015 Dr. BERTRAND Joël This file is part of RPL/2. @@ -123,8 +123,8 @@ instruction_mean(struct_processus *s_eta return; } - if (((*s_objet_resultat).objet = moyenne_statistique((struct_matrice *) - (*s_objet_statistique).objet)) == NULL) + if (((*s_objet_resultat).objet = moyenne_statistique(s_etat_processus, + (struct_matrice *) (*s_objet_statistique).objet)) == NULL) { (*s_etat_processus).erreur_systeme = d_es_allocation_memoire; return;