This commit is contained in:
max10
2015-12-02 21:49:24 +01:00
parent 92bd8b9ab9
commit 295230d947

View File

@@ -660,6 +660,10 @@ SlotIt cCA::FindFreeSlot(ca_map_t camap, unsigned char scrambled)
printf("Found: %04x\n", *caIt);
return it;
}
else
{
(*it)->scrambled = 0;
}
}
}
else