aboutsummaryrefslogtreecommitdiff
path: root/src/libhttpd
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2007-04-21 22:25:45 +0000
committerrsc <devnull@localhost>2007-04-21 22:25:45 +0000
commit30df15f9ec349740fa51ae81da33950aff4b794e (patch)
treef54c60e08621a796cba45ebd14586ca6f339d04c /src/libhttpd
parentd392fc771e2df1f243d57615d7f10a3956ce0533 (diff)
downloadplan9port-30df15f9ec349740fa51ae81da33950aff4b794e.tar.gz
plan9port-30df15f9ec349740fa51ae81da33950aff4b794e.tar.bz2
plan9port-30df15f9ec349740fa51ae81da33950aff4b794e.zip
use fmtlocaleinit
Diffstat (limited to 'src/libhttpd')
-rw-r--r--src/libhttpd/hio.c2
1 files changed, 1 insertions, 1 deletions
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;