Diff for /rpl/src/instructions_j1.c between versions 1.41 and 1.42

version 1.41, 2013/03/20 17:11:45 version 1.42, 2013/03/21 14:39:09
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)
         {          {

Removed from v.1.41  
changed lines
  Added in v.1.42


CVSweb interface <joel.bertrand@systella.fr>