diff options
Diffstat (limited to 'input-send.c')
-rw-r--r-- | input-send.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/input-send.c b/input-send.c index 946832f..0c26641 100644 --- a/input-send.c +++ b/input-send.c @@ -27,7 +27,7 @@ LIST_HEAD(connections); static void conn_new(void) { struct connection *conn; - int len; + unsigned int len; conn = malloc(sizeof(conn)); memset(conn,0,sizeof(conn)); |