diff options
author | Jim Blandy <jimb@redhat.com> | 1991-12-04 20:24:50 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1991-12-04 20:24:50 +0000 |
commit | 92c30eb0b77c087e172e7f91af68d614067c0625 (patch) | |
tree | dc66b61f703f4d31283c3aaab2a14b969b0913c1 /lib-src/timer.c | |
parent | cc9940c72cd9350d430daa5c6ed7c5c688889538 (diff) | |
download | emacs-92c30eb0b77c087e172e7f91af68d614067c0625.tar.gz |
*** empty log message ***
Diffstat (limited to 'lib-src/timer.c')
-rw-r--r-- | lib-src/timer.c | 2 |
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); } |