Diff for /rpl/src/instructions_a5.c between versions 1.46 and 1.47

version 1.46, 2013/04/01 15:29:35 version 1.47, 2013/04/05 13:07:20
Line 215  instruction_alarm(struct_processus *s_et Line 215  instruction_alarm(struct_processus *s_et
             s_time_alarme.tm_year = (*s_time_actuel).tm_year;              s_time_alarme.tm_year = (*s_time_actuel).tm_year;
         }          }
   
         s_time_alarme.tm_isdst = 0;          s_time_alarme.tm_isdst = -1;
         s_time_registre = s_time_alarme;          s_time_registre = s_time_alarme;
         alarme = mktime(&s_time_alarme);          alarme = mktime(&s_time_alarme);
   

Removed from v.1.46  
changed lines
  Added in v.1.47


CVSweb interface <joel.bertrand@systella.fr>