mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
unify text
This commit is contained in:
parent
2879b23a1c
commit
07855611e4
10 changed files with 54 additions and 54 deletions
|
@ -1589,9 +1589,9 @@ static void DbdecodeIso15693Answer(int len, uint8_t *d) {
|
|||
}
|
||||
|
||||
if (CheckCrc15(d, len))
|
||||
strncat(status, "[+] crc (" _GREEN_("OK") ")", DBD15STATLEN - strlen(status));
|
||||
strncat(status, "[+] crc ( " _GREEN_("ok") " )", DBD15STATLEN - strlen(status));
|
||||
else
|
||||
strncat(status, "[!] crc (" _RED_("fail") ")", DBD15STATLEN - strlen(status));
|
||||
strncat(status, "[!] crc ( " _RED_("fail") " )", DBD15STATLEN - strlen(status));
|
||||
|
||||
if (g_dbglevel >= DBG_ERROR) Dbprintf("%s", status);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue