mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-07 16:48:15 +08:00
already empty
This commit is contained in:
parent
72170720fb
commit
f6f9140c79
1 changed files with 0 additions and 1 deletions
|
@ -111,7 +111,6 @@ void AddLogHex(const char *fn, const char *extData, const uint8_t *data, const s
|
||||||
|
|
||||||
void AddLogUint64(const char *fn, const char *data, const uint64_t value) {
|
void AddLogUint64(const char *fn, const char *data, const uint64_t value) {
|
||||||
char buf[20] = {0};
|
char buf[20] = {0};
|
||||||
memset(buf, 0x00, sizeof(buf));
|
|
||||||
sprintf(buf, "%016" PRIx64 "", value);
|
sprintf(buf, "%016" PRIx64 "", value);
|
||||||
AddLogLine(fn, data, buf);
|
AddLogLine(fn, data, buf);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue