and this one

This commit is contained in:
rsc 2006-05-27 05:20:16 +00:00
parent 8da12c958f
commit 07d6167626

View file

@ -375,6 +375,7 @@ hvprint(Hio *h, char *fmt, va_list args)
f.flush = fmthflush;
f.farg = h;
f.nfmt = 0;
fmtlocaleinit(&f, nil, nil, nil);
n = fmtvprint(&f, fmt, args);
h->pos = f.to;
return n;