diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2011-07-18 18:45:18 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2011-07-18 18:45:18 +0200 |
commit | bef933889cca236f5247335339dd7c46ed412e3d (patch) | |
tree | 220533e6b0863a05f82935c56eb2ebd9cc8a4d86 /input-send.c | |
parent | d99f056745e53cd2518ca169af474f8c45c1436d (diff) | |
download | input-bef933889cca236f5247335339dd7c46ed412e3d.tar.gz |
fix warnings
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)); |