projects
/
oweals
/
cde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9388ef6
)
dtcm: Resolve CID 87822
author
Peter Howkins
<flibble@users.sf.net>
Thu, 15 Jan 2015 14:20:02 +0000
(14:20 +0000)
committer
Peter Howkins
<flibble@users.sf.net>
Thu, 15 Jan 2015 14:20:02 +0000
(14:20 +0000)
cde/programs/dtcm/server/parser.y
patch
|
blob
|
history
diff --git
a/cde/programs/dtcm/server/parser.y
b/cde/programs/dtcm/server/parser.y
index 4df1c1a17688a7e5433406aa4396e6cf1eaa95ce..7988a59243c0d7147cfa574e4f85ac90f5a375fd 100644
(file)
--- a/
cde/programs/dtcm/server/parser.y
+++ b/
cde/programs/dtcm/server/parser.y
@@
-751,6
+751,8
@@
get_month(char *month)
return (10);
if (strncmp(month, "Dec", 3) == 0)
return (11);
+
+ return (-1);
}
time_t