commit d34ecb6d05a26cd15b781919fe54201ed7eb3f60
parent d4f27433da94a55b6e043d688927ed95c60e2f75
Author: rsc <devnull@localhost>
Date: Sat, 27 May 2006 05:18:53 +0000
missed this one
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/libbio/bvprint.c b/src/libbio/bvprint.c
@@ -29,6 +29,7 @@ Bvprint(Biobuf *bp, char *fmt, va_list arg)
f.flush = fmtBflush;
f.farg = bp;
f.nfmt = 0;
+ fmtlocaleinit(&f, nil, nil, nil);
n = fmtvprint(&f, fmt, arg);
bp->ocount = (char*)f.to - (char*)f.stop;
return n;