From 3b3d92dca1e842bf724f30c17be050859ad87e2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Deuc=D0=B5?= <shurd@sasktel.net> Date: Fri, 3 Jan 2025 17:13:30 -0500 Subject: [PATCH] Actually, mark this as suppress since I would like this one to go away --- src/syncterm/term.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/syncterm/term.c b/src/syncterm/term.c index b1026da697..d0d0f8ea99 100644 --- a/src/syncterm/term.c +++ b/src/syncterm/term.c @@ -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); -- GitLab