commit 15e5fb0021d87d4672ede019c85403fbf7d1face parent 0ae5c26281b6b7e321074f90e73bb518f876f192 Author: sin <sin@2f30.org> Date: Tue, 16 Sep 2014 13:33:44 +0100 Correctly terminate transfers Diffstat:
M | ratatox.c | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/ratatox.c b/ratatox.c @@ -402,7 +402,6 @@ send_friend_file(struct friend *f) break; } f->t.pending = 0; - break; } /* grab another buffer from the FIFO */ n = read(f->fd[FILE_IN_FIFO], f->t.buf, f->t.chunksz);