mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 15:02:43 +02:00
.
Origin commit data
------------------
Branch: master
Commit: 76c498c2a9
Author: max_10 <max_10@gmx.de>
Date: 2014-06-04 (Wed, 04 Jun 2014)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -36,7 +36,7 @@ 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]));
|
||||
}
|
||||
sort(caids.begin(), caids.end());
|
||||
std::sort(caids.begin(), caids.end());
|
||||
printf("\n");
|
||||
|
||||
slot->pollConnection = false;
|
||||
|
Reference in New Issue
Block a user