You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
testing your great lib, I think to have discovered a bug in that function: the line ok:=(ptspec^.tv_nsec<=tv_now.tv_nsec);
should be ok:=(ptspec^.tv_nsec<=tv_now.tv_nsec) and (ptspec^.tv_sec<=tv_now.tv_sec);
Hi,
testing your great lib, I think to have discovered a bug in that function: the line
ok:=(ptspec^.tv_nsec<=tv_now.tv_nsec);should be
ok:=(ptspec^.tv_nsec<=tv_now.tv_nsec) and (ptspec^.tv_sec<=tv_now.tv_sec);Regards