I have a bugfix for fn_incdatetime. This correction does not seem to be made in the latest version. How does one go about submitting bug fixes? Thanks.
: x = div(tm1.tm_hour, 24); if (x.rem < 0) { dd = x.quot - 1; tm1.tm_hour = 24 + x.rem; }
Log in to post a comment.
I have a bugfix for fn_incdatetime. This correction does not seem to be made in the latest version. How does one go about submitting bug fixes?
Thanks.