mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-25 01:22:23 +08:00
string formatter
This commit is contained in:
parent
16a666331a
commit
48a872bd52
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ int main (int argc, char* argv[]) {
|
|||
if (dec_tag[15] != dec_rdr[30]) continue;
|
||||
|
||||
|
||||
printf("\btimestamp: %i\nkey: ", timestamp);
|
||||
printf("\btimestamp: %lu\nkey: ", timestamp);
|
||||
for (int i = 0; i < 16; i++) {
|
||||
printf("%02x", key[i]);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue