fix: 'lf search' - indala wrong identified

This commit is contained in:
iceman1001 2019-02-24 15:33:34 +01:00
commit 49ba544190

View file

@ -136,7 +136,7 @@ int CmdIndalaDemod(const char *Cmd) {
idx = indala224decode(DemodBuffer, &size, &invert);
if (idx < 0 || size != 224) {
PrintAndLogEx(DEBUG, "DEBUG: Error - Indala wrong size, expected [64|224] got: %d (startindex %i)", size, idx);
return -1;
return 0;
}
}