Mercurial > emacs
changeset 441:1aa96958b728
*** empty log message ***
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Wed, 04 Dec 1991 20:24:50 +0000 |
parents | c1abcb55a546 |
children | 71931fd06ed6 |
files | lib-src/=timer.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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); }