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
commit92c30eb0b77c087e172e7f91af68d614067c0625 (patch)
treedc66b61f703f4d31283c3aaab2a14b969b0913c1 /lib-src/timer.c
parentcc9940c72cd9350d430daa5c6ed7c5c688889538 (diff)
downloademacs-92c30eb0b77c087e172e7f91af68d614067c0625.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);
}