--- rpl/src/instructions_a5.c 2013/03/21 12:07:38 1.44 +++ rpl/src/instructions_a5.c 2013/04/01 15:29:35 1.46 @@ -1,6 +1,6 @@ /* ================================================================================ - RPL/2 (R) version 4.1.13 + RPL/2 (R) version 4.1.14 Copyright (C) 1989-2013 Dr. BERTRAND Joël This file is part of RPL/2. @@ -249,7 +249,7 @@ instruction_alarm(struct_processus *s_et } attente.tv_nsec = (long) ((duree - (double) (attente.tv_sec = - (__time_t) floor(duree))) * 1000000000); + (time_t) floor(duree))) * 1000000000); if ((*s_etat_processus).profilage == d_vrai) {