more debug...
This commit is contained in:
parent
f2ee17d67f
commit
00132eb805
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ int dev_evdev_open(
|
||||||
printf("Device %s already opened:\n", path);
|
printf("Device %s already opened:\n", path);
|
||||||
for (int k = 0; k < (sizeof(open_fds) / sizeof(open_fds[0])); ++k) {
|
for (int k = 0; k < (sizeof(open_fds) / sizeof(open_fds[0])); ++k) {
|
||||||
if (k == o) {
|
if (k == o) {
|
||||||
printf("%d[x] ", open_fds[k]);
|
printf("%d[%d] ", open_fds[k], fd);
|
||||||
} else {
|
} else {
|
||||||
printf("%d[o] ", open_fds[k]);
|
printf("%d[o] ", open_fds[k]);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue