tNo need to print the write(2) error - ratox - FIFO based tox client
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 387bb8c3723537f03f22810571a7fec3fe2172e0
(DIR) parent e8f74fa1a96978887bb2e4aaebbaa3c388b8050f
(HTM) Author: sin <sin@2f30.org>
Date: Wed, 1 Oct 2014 15:58:20 +0100
No need to print the write(2) error
Diffstat:
M ratox.c | 1 -
1 file changed, 0 insertions(+), 1 deletion(-)
---
(DIR) diff --git a/ratox.c b/ratox.c
t@@ -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;