another bsd warning

master
leitner 6 months ago
parent 8d027b2a2b
commit cf6441b0c4

@ -19,7 +19,7 @@ int64 io_sendfile(int64 s,int64 fd,uint64 off,uint64 n) {
io_eagain_write(s); io_eagain_write(s);
return (errno==EAGAIN?(sbytes?sbytes:-1):-3); return (errno==EAGAIN?(sbytes?sbytes:-1):-3);
} }
if (sbytes<n) if (sbytes<ct)
io_eagain_write(s); io_eagain_write(s);
return n; return n;
} }

Loading…
Cancel
Save