replaced "passed" by "ok"
This commit is contained in:
@@ -192,7 +192,7 @@ static void print_bit_table(const em4x50_word_t word) {
|
|||||||
strcat(string, pstring);
|
strcat(string, pstring);
|
||||||
|
|
||||||
// parities passed/failed
|
// parities passed/failed
|
||||||
sprintf(pstring, (word.parity) ? _GREEN_("passed") : _RED_("failed"));
|
sprintf(pstring, (word.parity) ? _GREEN_("ok") : _RED_("failed"));
|
||||||
strcat(string, pstring);
|
strcat(string, pstring);
|
||||||
|
|
||||||
PrintAndLogEx(NORMAL,string);
|
PrintAndLogEx(NORMAL,string);
|
||||||
|
|||||||
Reference in New Issue
Block a user