]> granicus.if.org Git - strace/commit
evdev.c: fix printing of unrecognized event type passed to EVIOCGBIT
authorDmitry V. Levin <ldv@altlinux.org>
Sat, 28 May 2016 00:49:17 +0000 (00:49 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Sat, 28 May 2016 00:56:47 +0000 (00:56 +0000)
commitaa21c07f2ee04bf7d6d6c8942a8c71fbfffc4b90
tree2a704779cda27f90902dad665406f4ab7fd9a5d8
parent47be9f259758fa65eff496a17ce879f63b208163
evdev.c: fix printing of unrecognized event type passed to EVIOCGBIT

* evdev.c (bit_ioctl): If event type is not unrecognized,
print the argument as an address.
evdev.c