mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
fix: string too short
This commit is contained in:
parent
0e2ac41717
commit
df0aaa020d
1 changed files with 0 additions and 1 deletions
|
@ -212,7 +212,6 @@ void hex_to_buffer(const uint8_t *buf, const uint8_t *hex_data, const size_t hex
|
|||
sprintf(tmp, " ");
|
||||
|
||||
// remove last space
|
||||
--tmp;
|
||||
*tmp = '\0';
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue