- Remove assert - don't see why that assert should be - it only makes tvheadend crash for me

This commit is contained in:
Benny Morgan 2013-07-02 23:19:32 +02:00
parent e47ddddb7c
commit 360ca58ad1

View file

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