missed this one

This commit is contained in:
rsc 2006-05-27 05:18:53 +00:00
parent d4f27433da
commit d34ecb6d05

View file

@ -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;