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