From efb1fdbec8eff848a5f18cadc066558eee01afad Mon Sep 17 00:00:00 2001 From: Gunter Knauf Date: Sun, 4 Jul 2004 15:27:08 +0000 Subject: removed abort() - sync'd with getdate.y 1.26 --- lib/getdate.c.cvs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/getdate.c.cvs b/lib/getdate.c.cvs index 1e7d97727..d08bf4fc4 100644 --- a/lib/getdate.c.cvs +++ b/lib/getdate.c.cvs @@ -1756,7 +1756,7 @@ ToHour (Hours, Meridian) Hours = 0; return Hours + 12; default: - abort (); + break; /* used to do abort() here */ } /* NOTREACHED - but make gcc happy! */ return -1; -- cgit v1.2.3