mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 15:02:58 +02:00
vuplus: relevant pids routing - fix
This commit is contained in:
@@ -1957,7 +1957,7 @@ void cCA::SetCIRelevantPidsRouting(bool RPR, int slot)
|
||||
printf("%s -> %s to: %b\n", FILENAME, __func__, RPR);
|
||||
if (ci)
|
||||
{
|
||||
fprintf(ci, "%i", RPR == true ? "yes" : "no");
|
||||
fprintf(ci, "%s", RPR == true ? "yes" : "no");
|
||||
fclose(ci);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user