Browse Source
@bkueng found that the old implementation was likely to wrap-around given seconds is only a uint32_t. We now cast it directly to uint64_t and therefore should fix this problem.sbg
1 changed files with 10 additions and 2 deletions
Loading…
Reference in new issue