From 30df15f9ec349740fa51ae81da33950aff4b794e Mon Sep 17 00:00:00 2001 From: rsc Date: Sat, 21 Apr 2007 22:25:45 +0000 Subject: use fmtlocaleinit --- src/libhttpd/hio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libhttpd') diff --git a/src/libhttpd/hio.c b/src/libhttpd/hio.c index 97d13617..7860cd91 100644 --- a/src/libhttpd/hio.c +++ b/src/libhttpd/hio.c @@ -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; -- cgit v1.2.3