small fix

Origin commit data
------------------
Branch: ni/coolstream
Commit: e7e3ed0e38
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2020-01-18 (Sat, 18 Jan 2020)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
BPanther
2020-01-18 23:06:12 +01:00
committed by vanhofen
parent 61c430bdf2
commit ab5921eb85

View File

@@ -2594,7 +2594,7 @@ bool CZapit::Start(Z_start_arg *ZapStart_arg)
}
// set ci clock to ZapStart_arg->ci_clock
for (int i = 0; i < ca->GetNumberCISlots(); i++) {
for (unsigned int i = 0; i < ca->GetNumberCISlots(); i++) {
ca->SetTSClock(ZapStart_arg->ci_clock[i] * 1000000);
}
@@ -2603,7 +2603,7 @@ bool CZapit::Start(Z_start_arg *ZapStart_arg)
ca->SetCIDelay(ZapStart_arg->ci_delay);
/// relevant pids routing
for (int i = 0; i < ca->GetNumberCISlots(); i++) {
for (unsigned int i = 0; i < ca->GetNumberCISlots(); i++) {
ca->SetCIRelevantPidsRouting(ZapStart_arg->ci_rpr[i]);
}
#endif