tmissed this too - 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 70a3bbd7d4d08c6150d282e5e19c414dbbefec98
 (DIR) parent 07d6167626271b228d3391de788b7a6b1362dd15
 (HTM) Author: rsc <devnull@localhost>
       Date:   Sat, 27 May 2006 05:24:49 +0000
       
       missed this too
       
       Diffstat:
         M src/lib9pclient/print.c             |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/src/lib9pclient/print.c b/src/lib9pclient/print.c
       t@@ -34,7 +34,7 @@ fsfmtfidinit(Fmt *f, CFid *fid, char *buf, int size)
                f->flush = fidflush;
                f->farg = fid;
                f->nfmt = 0;
       -        fmtlocaleinit(&f, nil, nil, nil);
       +        fmtlocaleinit(f, nil, nil, nil);
                return 0;
        }