date.sec > 61 ??
"Bruno David Rodrigues" <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <037801c1d4cd$02804730$6e01290a@hobbes> |
Index: gwlib/date.c
===================================================================
RCS file: /home/cvs/gateway/gwlib/date.c,v
retrieving revision 1.10
diff -r1.10 date.c
49c49
< tm.tm_sec < 0 || tm.tm_sec > 61) {
---
> tm.tm_sec < 0 || tm.tm_sec > 59) {
May I apply this patch or is there any reason for having 60 or 61 seconds?