X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/3fc01243b0320ef50492162d8f868981a3b07159..e1778858ddc53a6a82e8ee24f02e6b673687f69a:/client/cmdlfti.c diff --git a/client/cmdlfti.c b/client/cmdlfti.c index 2e5cfbba..65ffc12f 100644 --- a/client/cmdlfti.c +++ b/client/cmdlfti.c @@ -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) {