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

version 1.44, 2013/02/27 17:11:40 version 1.45, 2013/03/20 17:11:44
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.44  
changed lines
  Added in v.1.45


CVSweb interface <joel.bertrand@systella.fr>