aboutsummaryrefslogtreecommitdiffstats
path: root/input-send.c
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2011-07-18 18:45:18 +0200
committerGerd Hoffmann <kraxel@redhat.com>2011-07-18 18:45:18 +0200
commitbef933889cca236f5247335339dd7c46ed412e3d (patch)
tree220533e6b0863a05f82935c56eb2ebd9cc8a4d86 /input-send.c
parentd99f056745e53cd2518ca169af474f8c45c1436d (diff)
downloadinput-bef933889cca236f5247335339dd7c46ed412e3d.tar.gz
fix warnings
Diffstat (limited to 'input-send.c')
-rw-r--r--input-send.c2
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));