]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdhf14a.c
fixed stupid 64-bit formatting for x86/amd64 and unix/windows
[proxmark3-svn] / client / cmdhf14a.c
index ad89fe96e5d4b5743bb22fe90f2d8e2a9790be45..78c269cbbd1434fd9aebd28904b79526ea2ff60d 100644 (file)
@@ -391,7 +391,7 @@ int CmdHF14ASim(const char *Cmd)
 
        // Are we handling the (optional) second part uid?
        if (long_uid > 0xffffffff) {
-               PrintAndLog("Emulating ISO/IEC 14443 type A tag with 7 byte UID (%014llx)",long_uid);
+               PrintAndLog("Emulating ISO/IEC 14443 type A tag with 7 byte UID (%014"llx")",long_uid);
                // Store the second part
                c.arg[2] = (long_uid & 0xffffffff);
                long_uid >>= 32;
Impressum, Datenschutz