Skip to content

Commit

Permalink
Update descrambler.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Dima73 committed Sep 7, 2024
1 parent 7f60452 commit b90d9c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dvb_ci/descrambler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ int descrambler_set_pid(int desc_fd, int index, int enable, int pid)
if (ioctl(desc_fd, CA_SET_PID, &p) == -1)
{
eDVBCISlot *slot;
if (slot->getIsCA0Excluded())
if (eDVBCISlot *slot->getIsCA0Excluded())
return 0;
else
{
Expand Down

0 comments on commit b90d9c8

Please sign in to comment.