text
Some checks are pending
CodeQL / Analyze (push) Waiting to run
MacOS Build and Test / macos-make (push) Waiting to run
MacOS Build and Test / macos-make-btaddon (push) Waiting to run
MacOS Build and Test / macos-cmake (push) Waiting to run
Ubuntu Build and Test / ubuntu-make (push) Waiting to run
Ubuntu Build and Test / ubuntu-make-btaddon (push) Waiting to run
Ubuntu Build and Test / ubuntu-cmake (push) Waiting to run
Windows Build and Test / proxspace (push) Waiting to run
Windows Build and Test / wsl (push) Waiting to run

This commit is contained in:
iceman1001 2025-06-30 14:29:49 +02:00
parent 7e2aa07b27
commit 4268fe3ce1

View file

@ -201,7 +201,7 @@ int CmdWiegandDecode(const char *Cmd) {
PrintAndLogEx(ERR, "Binary string contains none <0|1> chars");
return PM3_EINVARG;
}
PrintAndLogEx(INFO, "Input bin len... %d", blen);
PrintAndLogEx(INFO, "#bits... %d", blen);
} else if (plen) {