Diff for /rpl/src/date.c between versions 1.34 and 1.35

version 1.34, 2012/05/21 17:25:41 version 1.35, 2012/07/03 13:56:31
Line 64  formateur_date(struct_processus *s_etat_ Line 64  formateur_date(struct_processus *s_etat_
      * Récupération de la structure tm       * Récupération de la structure tm
      */       */
   
     stm = localtime(&((*horodatage).tv_sec));      stm = localtime((const time_t *) &((*horodatage).tv_sec));
   
     if ((s_objet = allocation(s_etat_processus, LST)) == NULL)      if ((s_objet = allocation(s_etat_processus, LST)) == NULL)
     {      {

Removed from v.1.34  
changed lines
  Added in v.1.35


CVSweb interface <joel.bertrand@systella.fr>