Diff for /rpl/src/gestion_variables_partagees.c between versions 1.42 and 1.45

version 1.42, 2012/12/19 09:58:23 version 1.45, 2013/03/20 17:11:44
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.1.12    RPL/2 (R) version 4.1.13
   Copyright (C) 1989-2012 Dr. BERTRAND Joël    Copyright (C) 1989-2013 Dr. BERTRAND Joël
   
   This file is part of RPL/2.    This file is part of RPL/2.
   
Line 84  allocation_tableau_noeuds_partages(struc Line 84  allocation_tableau_noeuds_partages(struc
     }      }
     else      else
     {      {
         objet = malloc((*s_etat_processus).nombre_caracteres_variables          objet = malloc(((size_t) (*s_etat_processus)
                   .nombre_caracteres_variables)
                 * sizeof(struct_arbre_variables_partagees *));                  * sizeof(struct_arbre_variables_partagees *));
     }      }
   

Removed from v.1.42  
changed lines
  Added in v.1.45


CVSweb interface <joel.bertrand@systella.fr>