mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-23 22:55:37 -07:00
Merge branch 'master' of https://github.com/RfidResearchGroup/proxmark3
This commit is contained in:
commit
faf68081b0
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ static int print_barcode(uint8_t *barcode, const size_t barcode_len) {
|
|||
for (uint8_t i = 0; i < strlen(s); i++) {
|
||||
|
||||
// terminate string
|
||||
if (s[i] == 0xFE) {
|
||||
if ((uint8_t) s[i] == 0xFE) {
|
||||
s[i] = 0;
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue