commit d34ecb6d05a26cd15b781919fe54201ed7eb3f60 from: rsc date: Sat May 27 05:18:53 2006 UTC missed this one commit - d4f27433da94a55b6e043d688927ed95c60e2f75 commit + d34ecb6d05a26cd15b781919fe54201ed7eb3f60 blob - 5ac070d497b143a8fe5a45bc0857284d4fccce5f blob + 84a2ff24a8364013b89f3181f4d58dba88773f49 --- src/libbio/bvprint.c +++ 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;