mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-24 07:05:40 -07:00
const
This commit is contained in:
parent
3430e20459
commit
5ee9014e02
1 changed files with 1 additions and 1 deletions
|
@ -292,7 +292,7 @@ static int emv_parse_track1(const uint8_t *d, size_t n, bool verbose) {
|
|||
// decoder
|
||||
char *tmp = str_ndup((const char *)d, n);
|
||||
uint8_t i = 0;
|
||||
char delim[2] = "^";
|
||||
const char delim[2] = "^";
|
||||
char *token = strtok(tmp, delim);
|
||||
while (token != NULL) {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue