aboutsummaryrefslogtreecommitdiff
path: root/net/tcpreceive.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/tcpreceive.c')
-rw-r--r--net/tcpreceive.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tcpreceive.c b/net/tcpreceive.c
index 418e77b..feb2234 100644
--- a/net/tcpreceive.c
+++ b/net/tcpreceive.c
@@ -44,7 +44,7 @@ typedef struct _tcpreceive
t_tcpconnection x_connection[MAX_CONNECTIONS];
t_atom x_addrbytes[5];
t_atom x_msgoutbuf[MAX_UDP_RECEIVE];
- char x_msginbuf[MAX_UDP_RECEIVE];
+ unsigned char x_msginbuf[MAX_UDP_RECEIVE];
} t_tcpreceive;
void tcpreceive_setup(void);