vuplus: relevant pids routing - fix

Origin commit data
------------------
Branch: master
Commit: c57d1e50d2
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 d0aa87943c
commit 1c28d0f89b

View File

@@ -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);
}
}