Commit 628c2c38 authored by unknown's avatar unknown

Fix VC++ compiler error on Windows

parent e22a31f1
......@@ -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