Skip to content
Snippets Groups Projects
Commit 3b3d92dc 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 3e334474
Branches
Tags
No related merge requests found
......@@ -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.
Please register or to comment