- Remove assert - don't see why that assert should be - it only makes tvheadend crash for me
This commit is contained in:
parent
e47ddddb7c
commit
360ca58ad1
1 changed files with 1 additions and 1 deletions
|
@ -758,7 +758,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