dtcm: Resolve CID 87822
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user