tmissed this one - 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 d34ecb6d05a26cd15b781919fe54201ed7eb3f60
 (DIR) parent d4f27433da94a55b6e043d688927ed95c60e2f75
 (HTM) Author: rsc <devnull@localhost>
       Date:   Sat, 27 May 2006 05:18:53 +0000
       
       missed this one
       
       Diffstat:
         M src/libbio/bvprint.c                |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
 (DIR) diff --git a/src/libbio/bvprint.c b/src/libbio/bvprint.c
       t@@ -29,6 +29,7 @@ Bvprint(Biobuf *bp, char *fmt, va_list arg)
                f.flush = fmtBflush;
                f.farg = bp;
                f.nfmt = 0;
       +        fmtlocaleinit(&f, nil, nil, nil);
                n = fmtvprint(&f, fmt, arg);
                bp->ocount = (char*)f.to - (char*)f.stop;
                return n;