From 934a6c2732bda9a87abe0cc7b6f7ec0174caa97c Mon Sep 17 00:00:00 2001 From: Xin LI Date: Mon, 29 Sep 2014 21:54:46 +0000 Subject: [PATCH] Sigh, remove a line that needs to be removed along with previous commit. Submitted by: mjg MFC after: 3 days X-MFC-with: 272288 --- usr.bin/at/at.c | 1 - 1 file changed, 1 deletion(-) diff --git a/usr.bin/at/at.c b/usr.bin/at/at.c index 18367dd1372e..6e072d65d006 100644 --- a/usr.bin/at/at.c +++ b/usr.bin/at/at.c @@ -390,7 +390,6 @@ writefile(time_t runtimer, char queue) fputc(*ap, fp); } } - fwrite(*atenv, sizeof(char), eqp-*atenv -1, fp); fputc('\n', fp); }