input: fix "too many keys down" check
commit983d5fa227506d2fb935732019340693714a05f3
authorUoti Urpala <uau@mplayer2.org>
Wed, 31 Oct 2012 05:23:09 +0000 (31 07:23 +0200)
committerUoti Urpala <uau@mplayer2.org>
Wed, 31 Oct 2012 05:23:09 +0000 (31 07:23 +0200)
tree1213dd9c8954b6243a7a3be8450143cc26124f68
parent99c22b3a1824cee80685040372bfcca6c821f2eb
input: fix "too many keys down" check

The check for too many simultaneously pressed keys had a off-by-one
error. Fix. This probably made no difference in practice as the limit
of 32 is so large that I doubt anyone would hit it.
input/input.c