mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-30 08:50:56 +02:00
Merge branch 'master' of https://github.com/TangoCash/libstb-hal-cst-next
Origin commit data
------------------
Branch: master
Commit: cce12b37d1
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-11-14 (Tue, 14 Nov 2017)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -47,6 +47,13 @@ int eDVBCICAManagerSession::receivedAPDU(const unsigned char *tag, const void *d
|
|||||||
printf("%04x ", 0x186D);
|
printf("%04x ", 0x186D);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (caids[i] == 0x0648)
|
||||||
|
{
|
||||||
|
caids.push_back(0x0650);
|
||||||
|
printf("%04x ", 0x0650);
|
||||||
|
break;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
std::sort(caids.begin(), caids.end());
|
std::sort(caids.begin(), caids.end());
|
||||||
|
Reference in New Issue
Block a user