ratox

FIFO based tox client
git clone git://git.2f30.org/ratox
Log | Files | Refs | README | LICENSE

commit 387bb8c3723537f03f22810571a7fec3fe2172e0
parent e8f74fa1a96978887bb2e4aaebbaa3c388b8050f
Author: sin <sin@2f30.org>
Date:   Wed,  1 Oct 2014 15:58:20 +0100

No need to print the write(2) error

Diffstat:
Mratox.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/ratox.c b/ratox.c @@ -772,7 +772,6 @@ cbfiledata(Tox *m, int32_t frnum, uint8_t fnum, const uint8_t *data, uint16_t le } else if (errno == EWOULDBLOCK) { continue; } - weprintf("write:"); break; } else if (n == 0) { break;