set qid.vers (Erik Quanstrom)
This commit is contained in:
parent
adeb5ac9eb
commit
3d484b0d1a
7 changed files with 21 additions and 17 deletions
|
|
@ -27,7 +27,7 @@ __fmtFdFlush(Fmt *f)
|
|||
int n;
|
||||
|
||||
n = (char*)f->to - (char*)f->start;
|
||||
if(n && write((int)f->farg, f->start, n) != n)
|
||||
if(n && write((uintptr)f->farg, f->start, n) != n)
|
||||
return 0;
|
||||
f->to = f->start;
|
||||
return 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue