Diff for /rpl/src/date.c between versions 1.12 and 1.40

version 1.12, 2010/08/06 15:32:57 version 1.40, 2013/02/26 19:56:12
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.0.18    RPL/2 (R) version 4.1.12
   Copyright (C) 1989-2010 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 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.12  
changed lines
  Added in v.1.40


CVSweb interface <joel.bertrand@systella.fr>