cast to fix always true on on riscv and arm

This commit is contained in:
nova
2026-08-04 21:31:19 +02:00
parent 6d1c9c95ac
commit 89c3f88a34
+1 -1
View File
@@ -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 */