- 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:
Benny Morgan 2013-07-02 23:19:32 +02:00 committed by Adam Sutton
parent d5bfe18829
commit 48fbfe27bd

View file

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