diff --git a/funcs.c b/funcs.c index f573ed6f..d5d77484 100644 --- a/funcs.c +++ b/funcs.c @@ -10,7 +10,7 @@ /* */ /***************************************************************/ -static char const RCSID[] = "$Id: funcs.c,v 1.1 1996-03-27 03:25:56 dfs Exp $"; +static char const RCSID[] = "$Id: funcs.c,v 1.2 1996-03-30 04:00:29 dfs Exp $"; #include "config.h" #include @@ -1719,7 +1719,7 @@ static int FHebdate() if (adarbehave > 2) return E_2HIGH; } else adarbehave = 0; - if (Nargs == 4) { + if (Nargs >= 4) { if (ARG(3).type != INT_TYPE) return E_BAD_TYPE; jahr = ARG(3).v.val; if (jahr < 0) return E_2LOW; diff --git a/test.cmp b/test.cmp index 86c7e37a..f566fd02 100644 --- a/test.cmp +++ b/test.cmp @@ -1,7 +1,5 @@ # Test file for REMIND # -# $Id: test.cmp,v 1.1 1996-03-27 03:26:11 dfs Exp $ -# # Use this file to test the date calculation routines # of the REMIND program by typing: # diff --git a/test.rem b/test.rem index c98a8588..ad04ecb1 100644 --- a/test.rem +++ b/test.rem @@ -1,7 +1,5 @@ # Test file for REMIND # -# $Id: test.rem,v 1.1 1996-03-27 03:26:12 dfs Exp $ -# # Use this file to test the date calculation routines # of the REMIND program by typing: #