summaryrefslogtreecommitdiffstats
path: root/usr.bin/at
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2014-09-29 21:54:46 +0000
committerdelphij <delphij@FreeBSD.org>2014-09-29 21:54:46 +0000
commit4cad8c4b18a5c4c8bd59c66b9983438ebf564fe0 (patch)
tree762507e998147c8a0edc901852502d199ff972b1 /usr.bin/at
parentec42adf015f0a77140d132106d660d83331a8ed8 (diff)
downloadFreeBSD-src-4cad8c4b18a5c4c8bd59c66b9983438ebf564fe0.zip
FreeBSD-src-4cad8c4b18a5c4c8bd59c66b9983438ebf564fe0.tar.gz
Sigh, remove a line that needs to be removed along with previous commit.
Submitted by: mjg MFC after: 3 days X-MFC-with: 272288
Diffstat (limited to 'usr.bin/at')
-rw-r--r--usr.bin/at/at.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/at/at.c b/usr.bin/at/at.c
index 18367dd..6e072d6 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);
}
OpenPOWER on IntegriCloud