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