This commit is contained in:
Philippe Teuwen 2019-04-20 01:08:07 +02:00
commit 238fc10c9a
7 changed files with 7 additions and 7 deletions

View file

@ -129,7 +129,7 @@ static int CmdHFFelicaSim(const char *Cmd) {
if (errors || cmdp == 0) return usage_hf_felica_sim();
clearCommandBuffer();
SendCommandOLD(CMD_FELICA_SIMULATE_TAG, tagtype, flags, 0 , uid, uidlen >> 1);
SendCommandOLD(CMD_FELICA_SIMULATE_TAG, tagtype, flags, 0, uid, uidlen >> 1);
PacketResponseNG resp;
if (verbose)