mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
chg; PRIu32 becomes %u. Lets return to whats working - %lu
This commit is contained in:
parent
3919356baf
commit
f7c1147ab8
2 changed files with 2 additions and 2 deletions
|
@ -117,7 +117,7 @@ mtostr(const model_t *model) {
|
|||
if((string = malloc(size))) {
|
||||
sprintf(strbuf, "\"%s\"", model->name);
|
||||
sprintf(string,
|
||||
"width=%" PRIu64 ""
|
||||
"width=%lu"
|
||||
"poly=0x%s "
|
||||
"init=0x%s "
|
||||
"refin=%s "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue