]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdhflegic.c
chg: @piwi's code cleanup and some more.
[proxmark3-svn] / client / cmdhflegic.c
index 62c43f0443eb9c296a20e5168a1a24c1e5ed55a6..4414efa1d2c2bd2ed979435030ce5a48b514e258 100644 (file)
@@ -527,7 +527,7 @@ int CmdLegicRdmem(const char *Cmd) {
 // int phase, int frame, int reqresp
 int CmdLegicRfSim(const char *Cmd) {
        UsbCommand c = {CMD_SIMULATE_TAG_LEGIC_RF, {6,3,0}};
-       sscanf(Cmd, " %"lli" %"lli" %"lli, &c.arg[0], &c.arg[1], &c.arg[2]);
+       sscanf(Cmd, " %" SCNi64 " %" SCNi64 " %" SCNi64 , &c.arg[0], &c.arg[1], &c.arg[2]);
        clearCommandBuffer();
        SendCommand(&c);
        return 0;
Impressum, Datenschutz