mirror of
https://github.com/rofafor/vdr-plugin-iptv.git
synced 2023-10-10 13:37:03 +02:00
Fixed more lint warnings.
This commit is contained in:
parent
30abbc3e80
commit
55bf971e3e
@ -140,7 +140,7 @@ int cIptvSectionFilter::CopyDump(const uint8_t *buf, uint8_t len)
|
||||
|
||||
limit = tsfeedp;
|
||||
if (limit > DMX_MAX_SECFEED_SIZE)
|
||||
return -1; // internal error should never happen
|
||||
return -1; // internal error should never happen
|
||||
|
||||
// Always set secbuf
|
||||
secbuf = secbuf_base + secbufp;
|
||||
|
Loading…
Reference in New Issue
Block a user