dtcm: Resolve CID 87822
authorPeter Howkins <flibble@users.sf.net>
Thu, 15 Jan 2015 14:20:02 +0000 (14:20 +0000)
committerPeter Howkins <flibble@users.sf.net>
Thu, 15 Jan 2015 14:20:02 +0000 (14:20 +0000)
cde/programs/dtcm/server/parser.y

index 4df1c1a17688a7e5433406aa4396e6cf1eaa95ce..7988a59243c0d7147cfa574e4f85ac90f5a375fd 100644 (file)
@@ -751,6 +751,8 @@ get_month(char *month)
                return (10);
        if (strncmp(month, "Dec", 3) == 0)
                return (11);
+               
+       return (-1);
 }
 
 time_t