libdvbci: log cosmetic

This commit is contained in:
max_10
2017-10-28 22:29:12 +02:00
parent d70a853a05
commit f6ecb88ba0
3 changed files with 11 additions and 11 deletions

View File

@@ -863,7 +863,7 @@ bool cCA::SendCAPMT(u64 tpid, u8 source, u8 camask, const unsigned char * cabuf,
if ((*It)->multi && (*It)->TP == TP && (*It)->source == source && !sid_found && (*It)->ci_use_count < CI_MAX_MULTI)
{
int pos = 3;
(*It)->SID[(*It)->ci_use_count] = SID;
(*It)->ci_use_count++;