mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
CHG: 64?
This commit is contained in:
parent
8ad1e731c8
commit
3919356baf
2 changed files with 4 additions and 5 deletions
|
@ -117,7 +117,7 @@ mtostr(const model_t *model) {
|
|||
if((string = malloc(size))) {
|
||||
sprintf(strbuf, "\"%s\"", model->name);
|
||||
sprintf(string,
|
||||
"width=%" PRIu32 ""
|
||||
"width=%" PRIu64 ""
|
||||
"poly=0x%s "
|
||||
"init=0x%s "
|
||||
"refin=%s "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue