plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit e686c2b35e2d6aaed5f0aa4ce9183ac0821264bf
parent 52e73e955b1c28933232986aa350c22887c9beae
Author: rsc <devnull@localhost>
Date:   Mon, 27 Dec 2004 00:11:01 +0000

forgot this

Diffstat:
Msrc/lib9/encodefmt.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib9/encodefmt.c b/src/lib9/encodefmt.c @@ -4,7 +4,7 @@ int encodefmt(Fmt *f) { char *out; - char *buf; + char *buf, *p; int len; int ilen; int rv;