X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/68541dddc2734755f4fd306e327dffa89640ecdd..refs/pull/304/head:/client/cmdlfgproxii.c?ds=inline

diff --git a/client/cmdlfgproxii.c b/client/cmdlfgproxii.c
index 1657f761..71c5f391 100644
--- a/client/cmdlfgproxii.c
+++ b/client/cmdlfgproxii.c
@@ -83,7 +83,9 @@ int CmdG_Prox_II_Demod(const char *Cmd)
 		PrintAndLog("Decoded Raw: %s", sprint_hex(ByteStream, 8)); 
 	}
 	PrintAndLog("Raw: %08x%08x%08x", raw1,raw2,raw3);
-	setDemodBuf(DemodBuffer+ans, 96, 0);
+	setDemodBuf(DemodBuffer, 96, ans);
+	setClockGrid(g_DemodClock, g_DemodStartIdx + (ans*g_DemodClock));
+
 	return 1;
 }
 //by marshmellow