mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-11 10:38:39 +08:00
fix CID #405002 - invalid string formatter
This commit is contained in:
parent
a4bf1c5710
commit
dd7c9daa8d
1 changed files with 1 additions and 1 deletions
|
@ -375,7 +375,7 @@ static int CmdGuardSim(const char *Cmd) {
|
|||
return PM3_ESOFT;
|
||||
}
|
||||
|
||||
PrintAndLogEx(SUCCESS, "Simulating Guardall Prox - xorKey: " _YELLOW_("%u%") " Facility Code: " _YELLOW_("%u") " CardNumber: " _YELLOW_("%u")
|
||||
PrintAndLogEx(SUCCESS, "Simulating Guardall Prox - xorKey: " _YELLOW_("%u") " Facility Code: " _YELLOW_("%u") " CardNumber: " _YELLOW_("%u")
|
||||
, xorval
|
||||
, facilitycode
|
||||
, cardnumber
|
||||
|
|
Loading…
Reference in a new issue