- Remove assert - don't see why that assert should be - it only makes tvheadend crash for me
(cherry picked from commit 360ca58ad1
)
This commit is contained in:
parent
d5bfe18829
commit
48fbfe27bd
1 changed files with 1 additions and 1 deletions
|
@ -772,7 +772,7 @@ static void epg_episode_num_deserialize
|
|||
{
|
||||
const char *str;
|
||||
uint32_t u32;
|
||||
assert(!m && !num);
|
||||
// assert(!m);
|
||||
|
||||
memset(num, 0, sizeof(epg_episode_num_t));
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue