From e19831955e6ea4c28e11b128ca92ca0f0b4b7ba9 Mon Sep 17 00:00:00 2001 From: leitner Date: Wed, 3 Apr 2024 21:52:18 +0000 Subject: [PATCH] sigh --- io/io_sendfile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io/io_sendfile.c b/io/io_sendfile.c index 96b5b2a..428aa40 100644 --- a/io/io_sendfile.c +++ b/io/io_sendfile.c @@ -19,7 +19,7 @@ int64 io_sendfile(int64 s,int64 fd,uint64 off,uint64 n) { io_eagain_write(s); return (errno==EAGAIN?(sbytes?sbytes:-1):-3); } - if (sbytes