-
- Downloads
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.
Loading
Please register or sign in to comment