ref: 80044f90536a2ed1a7bf2245b1ec51fb41642122
parent: d657283a971f1d5389db6a4ebde7321f01d512a7
author: Ori Bernstein <ori@eigenstate.org>
date: Thu Nov 5 19:50:49 EST 2020
fix typo
--- a/mesg.c
+++ b/mesg.c
@@ -191,7 +191,7 @@
dup(m->fd[1], 1);
close(m->fd[0]);
close(m->fd[1]);
- procexecl(mb->sync, "/bin/htmlfmt", "htmlfmt", "-a", "-cutf-8", m->path, nil);
+ procexecl(m->sync, "/bin/htmlfmt", "htmlfmt", "-a", "-cutf-8", m->path, nil);
}
static int