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:
parent
9388ef6c5b
commit
e063ab47d3
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue