summaryrefslogtreecommitdiff
path: root/lib-src/=timer.c
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1991-12-04 20:24:50 +0000
committerJim Blandy <jimb@redhat.com>1991-12-04 20:24:50 +0000
commit85f90bfb207a03f63996dbc4cd973ab95974fb0f (patch)
treef465cdb965acd8f9ccb3d239319ac0db5b8aabf2 /lib-src/=timer.c
parentfa4270c9075fcc56db9af7f27ee5f617acf9d89a (diff)
downloademacs-85f90bfb207a03f63996dbc4cd973ab95974fb0f.tar.gz
*** empty log message ***
Diffstat (limited to 'lib-src/=timer.c')
-rw-r--r--lib-src/=timer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/=timer.c b/lib-src/=timer.c
index 3af3210f7d0..149625f2995 100644
--- a/lib-src/=timer.c
+++ b/lib-src/=timer.c
@@ -45,7 +45,7 @@ schedule(str)
}
*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);
}