FIX: dual definitions of variable size

This commit is contained in:
iceman1001 2016-05-02 15:15:06 +02:00
parent 96faed2124
commit d34a0b0cc7

View file

@ -83,7 +83,8 @@ int CmdFSKdemodNedap(const char *Cmd) {
if (g_debugMode) PrintAndLog("Error NEDAP: ASKbiphaseDemod failed");
return 0;
}
size_t size = DemodBufferLen;
size = DemodBufferLen;
int idx = NedapDemod(BitStream, &size);
if (idx < 0){