cannot assign args
This commit is contained in:
parent
c52410ac25
commit
18443075fb
@ -375,8 +375,7 @@ hvprint(Hio *h, char *fmt, va_list args)
|
||||
f.flush = fmthflush;
|
||||
f.farg = h;
|
||||
f.nfmt = 0;
|
||||
f.args = args;
|
||||
n = dofmt(&f, fmt);
|
||||
n = fmtvprint(&f, fmt, args);
|
||||
h->pos = f.to;
|
||||
return n;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user