Commit 7fd57914 authored by miguel@hegel.(none)'s avatar miguel@hegel.(none)

Fix VC++ compiler error on Windows

parent ace8a063
......@@ -718,7 +718,7 @@ sig_handler process_alarm(int sig __attribute__((unused)))
}
bool thr_alarm(thr_alarm_t *alrm, uint sec, ALARM *alarm)
my_bool thr_alarm(thr_alarm_t *alrm, uint sec, ALARM *alarm)
{
(*alrm)= &alarm->alarmed;
if (alarm_aborted)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment