changeset 118:ca33c6c80176

Change type.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 21 Jun 2014 23:40:34 +0300
parents bfae4758fa6f
children 38a39a9e3a1d
files th_network.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/th_network.c	Sat Jun 21 23:31:54 2014 +0300
+++ b/th_network.c	Sat Jun 21 23:40:34 2014 +0300
@@ -583,7 +583,7 @@
 int th_conn_send_buf(th_conn_t *conn, const void *buf, const size_t len)
 {
     size_t bufLeft = len;
-    const uint8_t *bufPtr = (uint8_t *) buf;
+    const char *bufPtr = (char *) buf;
 
     while (bufLeft > 0)
     {