dtcm: Resolve CID 87822
This commit is contained in:
parent
9388ef6c5b
commit
e063ab47d3
|
|
@ -751,6 +751,8 @@ get_month(char *month)
|
|||
return (10);
|
||||
if (strncmp(month, "Dec", 3) == 0)
|
||||
return (11);
|
||||
|
||||
return (-1);
|
||||
}
|
||||
|
||||
time_t
|
||||
|
|
|
|||
Loading…
Reference in New Issue