From 07d6167626271b228d3391de788b7a6b1362dd15 Mon Sep 17 00:00:00 2001 From: rsc Date: Sat, 27 May 2006 05:20:16 +0000 Subject: and this one --- src/libhttpd/hio.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/libhttpd') diff --git a/src/libhttpd/hio.c b/src/libhttpd/hio.c index b5339ede..b404cf4c 100644 --- a/src/libhttpd/hio.c +++ b/src/libhttpd/hio.c @@ -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; -- cgit v1.2.3