mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-20 21:33:19 -07:00
Merge branch 'master' into fix_printf
This commit is contained in:
commit
96be871374
9 changed files with 18 additions and 14 deletions
|
@ -770,7 +770,7 @@ int CmdHF14AAPDU(const char *cmd) {
|
|||
return 1;
|
||||
}
|
||||
|
||||
if (isxdigit(c)) {
|
||||
if (isxdigit((unsigned char)c)) {
|
||||
// len = data + PCB(1b) + CRC(2b)
|
||||
switch(param_gethex_to_eol(cmd, cmdp, data, sizeof(data) - 1 - 2, &datalen)) {
|
||||
case 1:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue