diff lib-src/=timer.c @ 441:1aa96958b728

*** empty log message ***
author Jim Blandy <jimb@redhat.com>
date Wed, 04 Dec 1991 20:24:50 +0000
parents a55a3ac41924
children eca8812e61cd
line wrap: on
line diff
--- a/lib-src/=timer.c	Wed Dec 04 20:23:21 1991 +0000
+++ b/lib-src/=timer.c	Wed Dec 04 20:24:50 1991 +0000
@@ -45,7 +45,7 @@
   }
   *p++ = 0;
   
-  if ((e.reply_at = getdate(str, NULL)) - time(&now) < 0) {
+  if ((e.reply_at = get_date(str, NULL)) - time(&now) < 0) {
     (void)fprintf(stderr, "%s: bad time spec: %s%c%s", pname, str, FS, p);
     return((struct event *)NULL);
   }