Skip to content
Snippets Groups Projects
Commit cdca88a2 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Actually, mark this as suppress since I would like this one to go away

parent ba945f3c
No related branches found
No related tags found
1 merge request!488Overhaul LZH code
Pipeline #7558 passed
......@@ -1218,7 +1218,7 @@ transfer_complete(bool success, bool was_binary)
lprintf(LOG_NOTICE, "Hit any key or wait %u seconds to continue...", timeout);
while (timeout > 0) {
if (kbhit()) {
/* coverity[cond_const:FALSE] */
/* coverity[cond_const:SUPPRESS] */
if (getch() == (CIO_KEY_QUIT & 0xff)) {
if ((getch() << 8) == (CIO_KEY_QUIT & 0xff00))
check_exit(false);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment