Compare commits
2
Commits
6d1c9c95ac
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
267518fe3a | ||
|
|
89c3f88a34 |
+1
-1
@@ -53,7 +53,7 @@ void user_interactions() {
|
||||
|
||||
|
||||
ch = getch();
|
||||
if(ch != ERR) {
|
||||
if(ch != (char)ERR) {
|
||||
input[input_pass] = ch;
|
||||
input_pass++;
|
||||
if (ch == 27) { /* esc key */
|
||||
|
||||
Reference in New Issue
Block a user