tforgot this - plan9port - [fork] Plan 9 from user space
 (HTM) git clone git://src.adamsgaard.dk/plan9port
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit e686c2b35e2d6aaed5f0aa4ce9183ac0821264bf
 (DIR) parent 52e73e955b1c28933232986aa350c22887c9beae
 (HTM) Author: rsc <devnull@localhost>
       Date:   Mon, 27 Dec 2004 00:11:01 +0000
       
       forgot this
       
       Diffstat:
         M src/lib9/encodefmt.c                |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/src/lib9/encodefmt.c b/src/lib9/encodefmt.c
       t@@ -4,7 +4,7 @@ int
        encodefmt(Fmt *f)
        {
                char *out;
       -        char *buf;
       +        char *buf, *p;
                int len;
                int ilen;
                int rv;