mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-04-27 17:15:10 +00:00
fix CID #405002 - invalid string formatter
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user