missed this one
This commit is contained in:
parent
d4f27433da
commit
d34ecb6d05
1 changed files with 1 additions and 0 deletions
|
|
@ -29,6 +29,7 @@ Bvprint(Biobuf *bp, char *fmt, va_list arg)
|
||||||
f.flush = fmtBflush;
|
f.flush = fmtBflush;
|
||||||
f.farg = bp;
|
f.farg = bp;
|
||||||
f.nfmt = 0;
|
f.nfmt = 0;
|
||||||
|
fmtlocaleinit(&f, nil, nil, nil);
|
||||||
n = fmtvprint(&f, fmt, arg);
|
n = fmtvprint(&f, fmt, arg);
|
||||||
bp->ocount = (char*)f.to - (char*)f.stop;
|
bp->ocount = (char*)f.to - (char*)f.stop;
|
||||||
return n;
|
return n;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue