NG->MIX for hitag cmds where the zeroes were actual args

This commit is contained in:
Philippe Teuwen 2019-05-13 10:35:30 +02:00
parent afabd59995
commit 6caf571a44

View file

@ -339,7 +339,7 @@ static int CmdLFHitagSim(const char *Cmd) {
if (tag_mem_supplied) { if (tag_mem_supplied) {
SendCommandOLD(cmd, 1, 0, 0, data, datalen); SendCommandOLD(cmd, 1, 0, 0, data, datalen);
} else { } else {
SendCommandNG(cmd, NULL, 0); SendCommandMIX(cmd, 0, 0, 0, NULL, 0);
} }
free(data); free(data);