Diff for /rpl/src/date.c between versions 1.23 and 1.38

version 1.23, 2011/06/24 20:31:35 version 1.38, 2012/12/18 13:19:34
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.1.0.prerelease.4    RPL/2 (R) version 4.1.12
   Copyright (C) 1989-2011 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.23  
changed lines
  Added in v.1.38


CVSweb interface <joel.bertrand@systella.fr>