vuplus: relevant pids routing - fix

Origin commit data
------------------
Branch: master
Commit: 5a7b7cb11d
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 10:48:38 +01:00
committed by vanhofen
parent f5a5164c44
commit 3d6e9f07e0

View File

@@ -1954,7 +1954,7 @@ void cCA::SetCIRelevantPidsRouting(int RPR, int slot)
char buf[64]; char buf[64];
snprintf(buf, 64, "/proc/stb/tsmux/ci%d_relevant_pids_routing", slot); snprintf(buf, 64, "/proc/stb/tsmux/ci%d_relevant_pids_routing", slot);
FILE *ci = fopen(buf, "wb"); FILE *ci = fopen(buf, "wb");
printf("%s -> %s to: %b\n", FILENAME, __func__, RPR); printf("%s -> %s to: %i\n", FILENAME, __func__, RPR);
if (ci) if (ci)
{ {
fprintf(ci, "%s", RPR == 1 ? "yes" : "no"); fprintf(ci, "%s", RPR == 1 ? "yes" : "no");