diff options
| author | Jim Blandy | 1991-12-04 20:24:50 +0000 |
|---|---|---|
| committer | Jim Blandy | 1991-12-04 20:24:50 +0000 |
| commit | 92c30eb0b77c087e172e7f91af68d614067c0625 (patch) | |
| tree | dc66b61f703f4d31283c3aaab2a14b969b0913c1 /lib-src | |
| parent | cc9940c72cd9350d430daa5c6ed7c5c688889538 (diff) | |
| download | emacs-92c30eb0b77c087e172e7f91af68d614067c0625.tar.gz emacs-92c30eb0b77c087e172e7f91af68d614067c0625.zip | |
*** empty log message ***
Diffstat (limited to 'lib-src')
| -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) | |||
| 45 | } | 45 | } |
| 46 | *p++ = 0; | 46 | *p++ = 0; |
| 47 | 47 | ||
| 48 | if ((e.reply_at = getdate(str, NULL)) - time(&now) < 0) { | 48 | if ((e.reply_at = get_date(str, NULL)) - time(&now) < 0) { |
| 49 | (void)fprintf(stderr, "%s: bad time spec: %s%c%s", pname, str, FS, p); | 49 | (void)fprintf(stderr, "%s: bad time spec: %s%c%s", pname, str, FS, p); |
| 50 | return((struct event *)NULL); | 50 | return((struct event *)NULL); |
| 51 | } | 51 | } |