From 786accc48727677f44b62a4bbb999933a6c78c1d Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Mon, 2 Nov 2020 17:59:30 +0100 Subject: [PATCH] fix coverity 286660 --- client/src/cmdhfmfdes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/cmdhfmfdes.c b/client/src/cmdhfmfdes.c index 3ecb516ef..a44a99749 100644 --- a/client/src/cmdhfmfdes.c +++ b/client/src/cmdhfmfdes.c @@ -4526,7 +4526,7 @@ static int CmdHF14aDesChk(const char *Cmd) { continue; } - if (dict_filenamelen && endFilePosition) { + if (dict_filenamelen) { if (verbose == false) PrintAndLogEx(NORMAL, "d" NOLF);