From c4b28e836b3ad3dc7cf537973ce73a09925830ce Mon Sep 17 00:00:00 2001 From: peter Date: Sat, 16 Jun 2001 03:16:52 +0000 Subject: Where is the pointy hat? Fix cut/paste error. (hey, it compiled! :-) --- usr.sbin/cron/crontab/crontab.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/cron') diff --git a/usr.sbin/cron/crontab/crontab.c b/usr.sbin/cron/crontab/crontab.c index deea864..3ff3e7d 100644 --- a/usr.sbin/cron/crontab/crontab.c +++ b/usr.sbin/cron/crontab/crontab.c @@ -248,7 +248,7 @@ list_cmd() { if (EOF == ch) break; if ('#' != ch) { - putc(ch, NewCrontab); + putchar(ch); break; } while (EOF != (ch = get_char(f))) -- cgit v1.1