spelling
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18523 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -53,7 +53,8 @@ _der_timegm (struct tm *tm)
|
|||||||
time_t res = 0;
|
time_t res = 0;
|
||||||
unsigned i;
|
unsigned i;
|
||||||
|
|
||||||
/* XXX this is wrong, needs to handle out of months, days, hours, min, sec */
|
/* XXX this is wrong, needs to handle out of range
|
||||||
|
* months, days, hours, min, sec */
|
||||||
if (tm->tm_mon < 0 || tm->tm_mon > 11)
|
if (tm->tm_mon < 0 || tm->tm_mon > 11)
|
||||||
return -1;
|
return -1;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user