]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdlfti.c
chg: @piwi's code cleanup and some more.
[proxmark3-svn] / client / cmdlfti.c
index 2e5cfbba03b983393fd581fbee19158d01432f54..65ffc12f8df802de246f761d21fe0a84eff6f28e 100644 (file)
@@ -280,7 +280,7 @@ int CmdTIWrite(const char *Cmd)
 {
        int res = 0;
        UsbCommand c = {CMD_WRITE_TI_TYPE};
-       res = sscanf(Cmd, "%012"llx" %012"llx" %012"llx"", &c.arg[0], &c.arg[1], &c.arg[2]);
+       res = sscanf(Cmd, "%012" SCNx64 " %012" SCNx64 " %012" SCNx64, &c.arg[0], &c.arg[1], &c.arg[2]);
 
        if (res == 2) c.arg[2]=0;
        if (res < 2) {
Impressum, Datenschutz