From 6caf571a4401de1c5c681ac53f0e587a131b51db Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Mon, 13 May 2019 10:35:30 +0200 Subject: [PATCH] NG->MIX for hitag cmds where the zeroes were actual args --- client/cmdlfhitag.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/cmdlfhitag.c b/client/cmdlfhitag.c index 330ac5934..ea9539453 100644 --- a/client/cmdlfhitag.c +++ b/client/cmdlfhitag.c @@ -339,7 +339,7 @@ static int CmdLFHitagSim(const char *Cmd) { if (tag_mem_supplied) { SendCommandOLD(cmd, 1, 0, 0, data, datalen); } else { - SendCommandNG(cmd, NULL, 0); + SendCommandMIX(cmd, 0, 0, 0, NULL, 0); } free(data);