ddownie - 2005-05-03

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;
}