version 1.41, 2013/03/20 17:11:45
|
version 1.72, 2025/04/15 10:17:53
|
Line 1
|
Line 1
|
/* |
/* |
================================================================================ |
================================================================================ |
RPL/2 (R) version 4.1.13 |
RPL/2 (R) version 4.1.36 |
Copyright (C) 1989-2013 Dr. BERTRAND Joël |
Copyright (C) 1989-2025 Dr. BERTRAND Joël |
|
|
This file is part of RPL/2. |
This file is part of RPL/2. |
|
|
Line 214 instruction_jdate(struct_processus *s_et
|
Line 214 instruction_jdate(struct_processus *s_et
|
heure_julienne -= stm.tm_sec; |
heure_julienne -= stm.tm_sec; |
|
|
horodatage.tv_sec = mktime(&stm); |
horodatage.tv_sec = mktime(&stm); |
horodatage.tv_usec = (__suseconds_t) (heure_julienne * 1000000); |
horodatage.tv_usec = (suseconds_t) (heure_julienne * 1000000); |
|
|
if (horodatage.tv_sec == -1) |
if (horodatage.tv_sec == -1) |
{ |
{ |