Skip to content
Snippets Groups Projects
Commit 82e973c0 authored by Alexander Mueller's avatar Alexander Mueller
Browse files

BugID: 310

After investigation of this problem it became clear that the seconds converted to usec will not fit in a "unsigned long". So this must be "unsigned long long". The second reason for the problem is the fact the the Timer class was not able to handle a negative timedelta. This can occur if the running NTP service corrects the system time with a time in the past. This is solved too.
parent e9904de5
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment