tuse fmtlocaleinit - 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 30df15f9ec349740fa51ae81da33950aff4b794e
 (DIR) parent d392fc771e2df1f243d57615d7f10a3956ce0533
 (HTM) Author: rsc <devnull@localhost>
       Date:   Sat, 21 Apr 2007 22:25:45 +0000
       
       use fmtlocaleinit
       
       Diffstat:
         M src/libhttpd/hio.c                  |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/src/libhttpd/hio.c b/src/libhttpd/hio.c
       t@@ -376,7 +376,7 @@ hvprint(Hio *h, char *fmt, va_list args)
                f.flush = fmthflush;
                f.farg = h;
                f.nfmt = 0;
       -//        fmtlocaleinit(&f, nil, nil, nil);
       +        fmtlocaleinit(&f, nil, nil, nil);
                n = fmtvprint(&f, fmt, args);
                h->pos = f.to;
                return n;