I have submitted also another patch. Don't know if is accepted. Message-ID: <[EMAIL PROTECTED]>
I reattach it for reference. Angel Fradejas. -----Mensaje original----- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]En nombre de Stipe Tolj Enviado el: miércoles 16 de enero de 2002 22:39 Para: [EMAIL PROTECTED] Asunto: [RFC] The following patch is still scheduled, send in by "Angel Fradejas" <[EMAIL PROTECTED]> Tue, 15 Jan 2002 12:18:20 +0100 should it be applied to cvs? I'm not in the materia here? Heads up and votes from the developers please! --- cvs/gwlib/date.c Thu May 3 13:38:42 2001 +++ patched/gwlib/date.c Mon Jan 14 18:31:55 2002 @@ -78,7 +78,7 @@ leapyears = (year / 4) - (year / 100) + (year / 400) - 477; date += leapyears * DAY; - date += monthstart[t->month] * DAY; + date += monthstart[t->month-1] * DAY; date += (t->day - 1) * DAY; date += t->hour * HOUR; date += t->minute * MINUTE; Stipe [EMAIL PROTECTED] ------------------------------------------------------------------- Wapme Systems AG Münsterstr. 248 40470 Düsseldorf Tel: +49-211-74845-0 Fax: +49-211-74845-299 E-Mail: [EMAIL PROTECTED] Internet: http://www.wapme-systems.de ------------------------------------------------------------------- wapme.net - wherever you are
patch_default-sender.diff
Description: Binary data