From 85e6b86f23bea2e5265f6aaac2b5673409a9b7b5 Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Tue, 4 Nov 2008 23:49:01 +0100 Subject: add the culprit Signed-off-by: Henrik Rydberg --- src/multitouch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/multitouch.c b/src/multitouch.c index 21f0613..439155f 100644 --- a/src/multitouch.c +++ b/src/multitouch.c @@ -68,7 +68,7 @@ static inline bool getbit(const unsigned long* map, int key) static bool getabs(struct input_absinfo *abs, int key, int fd) { int rc; - SYSCALL(rc = ioctl(fd, EVIOCGABS(key), &abs)); + SYSCALL(rc = ioctl(fd, EVIOCGABS(key), abs)); return rc >= 0; } -- cgit v1.2.3