mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
bugfix
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@733 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
d183a522ce
commit
370d580517
1 changed files with 1 additions and 1 deletions
|
@ -256,7 +256,7 @@ int in_evdev_update(void *drv_data, const int *binds, int *result)
|
|||
int rd, ret, u;
|
||||
|
||||
if (dev->kbits == NULL) {
|
||||
ret = ioctl(dev->fd, EVIOCGKEY(sizeof(keybits)), keybits);
|
||||
ret = ioctl(dev->fd, EVIOCGKEY(sizeof(keybits_)), keybits_);
|
||||
if (ret == -1) {
|
||||
perror("in_evdev: ioctl failed");
|
||||
return -1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue