1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-15 04:32:24 +00:00

dtcm: Resolve CID 87822

This commit is contained in:
Peter Howkins 2015-01-15 14:20:02 +00:00
parent 9388ef6c5b
commit e063ab47d3

View file

@ -751,6 +751,8 @@ get_month(char *month)
return (10); return (10);
if (strncmp(month, "Dec", 3) == 0) if (strncmp(month, "Dec", 3) == 0)
return (11); return (11);
return (-1);
} }
time_t time_t