version 1.13, 2010/08/26 19:07:35
|
version 1.39, 2012/12/19 09:58:22
|
Line 1
|
Line 1
|
/* |
/* |
================================================================================ |
================================================================================ |
RPL/2 (R) version 4.0.19 |
RPL/2 (R) version 4.1.12 |
Copyright (C) 1989-2010 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) |
{ |
{ |