mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
fixes and textual
This commit is contained in:
parent
d96c1d0cbf
commit
b5ecdde19e
6 changed files with 117 additions and 26 deletions
|
@ -185,7 +185,7 @@ int discoverDevices(unsigned int profile_selected, uint32_t device_types_selecte
|
|||
return -7;
|
||||
}
|
||||
|
||||
strncpy(tmp_buf, "N/A\0", tmp_len);
|
||||
strncpy(tmp_buf, "n/a\0", tmp_len);
|
||||
}
|
||||
|
||||
if (verbose) {
|
||||
|
@ -454,7 +454,7 @@ int discoverDevices(unsigned int profile_selected, uint32_t device_types_selecte
|
|||
return -7;
|
||||
}
|
||||
|
||||
strncpy(tmp_buf, "N/A\0", tmp_len);
|
||||
strncpy(tmp_buf, "n/a\0", tmp_len);
|
||||
}
|
||||
|
||||
if (verbose) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue