mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-06 13:11:18 -07:00
Fix #912
This commit is contained in:
parent
d6e1d48284
commit
8f831ceb0b
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ int ukbhit(void)
|
||||||
error += tcsetattr(STDIN_FILENO, TCSANOW, &Otty); // reset attributes
|
error += tcsetattr(STDIN_FILENO, TCSANOW, &Otty); // reset attributes
|
||||||
}
|
}
|
||||||
|
|
||||||
return ( error == 0 ? cnt : -1 );
|
return cnt;
|
||||||
}
|
}
|
||||||
|
|
||||||
char getch(void)
|
char getch(void)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue