mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 15:02:58 +02:00
fix ci* **04
This commit is contained in:
@@ -36,6 +36,12 @@ int eDVBCICAManagerSession::receivedAPDU(const unsigned char *tag, const void *d
|
||||
printf("%04x ", (((const unsigned char*)data)[i] << 8) | (((const unsigned char*)data)[i + 1]));
|
||||
caids.push_back((((const unsigned char*)data)[i] << 8) | (((const unsigned char*)data)[i + 1]));
|
||||
}
|
||||
if (!caids.empty())
|
||||
if ((caids[0] & 0xFF00) == 0x1800)
|
||||
{
|
||||
caids.push_back(0x186A);
|
||||
printf("%04x", 0x186A);
|
||||
}
|
||||
std::sort(caids.begin(), caids.end());
|
||||
printf("\n");
|
||||
|
||||
|
Reference in New Issue
Block a user