| commit | e686c2b35e2d6aaed5f0aa4ce9183ac0821264bf | [log] [tgz] |
|---|---|---|
| author | rsc <devnull@localhost> | Mon Dec 27 00:11:01 2004 +0000 |
| committer | rsc <devnull@localhost> | Mon Dec 27 00:11:01 2004 +0000 |
| tree | 16f3e01a931f3a16053b4e60fc8ae3ea9800384d | |
| parent | 52e73e955b1c28933232986aa350c22887c9beae [diff] |
forgot this
diff --git a/src/lib9/encodefmt.c b/src/lib9/encodefmt.c index 2787816..6e12798 100644 --- a/src/lib9/encodefmt.c +++ b/src/lib9/encodefmt.c
@@ -4,7 +4,7 @@ encodefmt(Fmt *f) { char *out; - char *buf; + char *buf, *p; int len; int ilen; int rv;