mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
fix coverity 286660
This commit is contained in:
parent
feddfe7f43
commit
786accc487
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue