summaryrefslogtreecommitdiff
path: root/sys/src
diff options
context:
space:
mode:
authorOri Bernstein <ori@eigenstate.org>2021-02-10 10:21:06 -0800
committerOri Bernstein <ori@eigenstate.org>2021-02-10 10:21:06 -0800
commit8606fc8f29fe5b419b74e051c3c8b226ab29c399 (patch)
tree9367851dd70f96cd40d78b763f085a1b7d7b572f /sys/src
parent0719ce2aa793f28ca63d2395a3568b75a60db27b (diff)
parente31773cbf3e2c3dd6f8b483a9afb083fc78119aa (diff)
merge
Diffstat (limited to 'sys/src')
-rw-r--r--sys/src/cmd/upas/vf/vf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/cmd/upas/vf/vf.c b/sys/src/cmd/upas/vf/vf.c
index d527dc7b2..60342d247 100644
--- a/sys/src/cmd/upas/vf/vf.c
+++ b/sys/src/cmd/upas/vf/vf.c
@@ -387,7 +387,7 @@ save(Part *p, char *file)
Bprint(&out, "From virusfilter %τ\n", thedate(&tm));
writeheader(p, 0);
bodyoff = Boffset(&out);
- passbody(p, 1);
+ passbody(p, 0);
Bprint(&out, "\n");
Bterm(&out);
close(fd);