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

version 1.34, 2012/05/21 17:25:41 version 1.37, 2012/10/01 11:04:59
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.1.9    RPL/2 (R) version 4.1.11
   Copyright (C) 1989-2012 Dr. BERTRAND Joël    Copyright (C) 1989-2012 Dr. BERTRAND Joël
   
   This file is part of RPL/2.    This file is part of RPL/2.
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.37


CVSweb interface <joel.bertrand@systella.fr>