mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-27 01:25:41 +08:00
replaced "passed" by "ok"
This commit is contained in:
parent
25b0c2e1eb
commit
572cc7c63e
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ static void print_bit_table(const em4x50_word_t word) {
|
|||
strcat(string, pstring);
|
||||
|
||||
// parities passed/failed
|
||||
sprintf(pstring, (word.parity) ? _GREEN_("passed") : _RED_("failed"));
|
||||
sprintf(pstring, (word.parity) ? _GREEN_("ok") : _RED_("failed"));
|
||||
strcat(string, pstring);
|
||||
|
||||
PrintAndLogEx(NORMAL,string);
|
||||
|
|
Loading…
Reference in a new issue