Diff for /rpl/src/instructions_w1.c between versions 1.79 and 1.80

version 1.79, 2013/03/21 11:30:30 version 1.80, 2013/03/21 14:39:10
Line 245  instruction_wait(struct_processus *s_eta Line 245  instruction_wait(struct_processus *s_eta
             return;              return;
         }          }
   
         temporisation.tv_sec = (__time_t) floor((double) attente);          temporisation.tv_sec = (time_t) floor((double) attente);
         temporisation.tv_nsec = (long) ((attente -          temporisation.tv_nsec = (long) ((attente -
                 ((real8) temporisation.tv_sec)) * (integer8) 1000000000);                  ((real8) temporisation.tv_sec)) * (integer8) 1000000000);
   

Removed from v.1.79  
changed lines
  Added in v.1.80


CVSweb interface <joel.bertrand@systella.fr>