tand 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 07d6167626271b228d3391de788b7a6b1362dd15
 (DIR) parent 8da12c958f49506e9d95d5cf5fb768ec021ab32a
 (HTM) Author: rsc <devnull@localhost>
       Date:   Sat, 27 May 2006 05:20:16 +0000
       
       and this one
       
       Diffstat:
         M src/libhttpd/hio.c                  |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
 (DIR) diff --git a/src/libhttpd/hio.c b/src/libhttpd/hio.c
       t@@ -375,6 +375,7 @@ hvprint(Hio *h, char *fmt, va_list args)
                f.flush = fmthflush;
                f.farg = h;
                f.nfmt = 0;
       +        fmtlocaleinit(&f, nil, nil, nil);
                n = fmtvprint(&f, fmt, args);
                h->pos = f.to;
                return n;