Don't choke if month is wrong.
This commit is contained in:
parent
e949084a4d
commit
59cc6b58ab
|
@ -113,6 +113,7 @@ expandMonth mon = case mon of
|
|||
"oct" -> "October"
|
||||
"nov" -> "November"
|
||||
"dec" -> "December"
|
||||
x -> x
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
-- Inefficient...
|
||||
|
|
Loading…
Reference in New Issue