From: Benny Morgan Date: Tue, 2 Jul 2013 21:19:32 +0000 (+0200) Subject: - Remove assert - don't see why that assert should be - it only makes tvheadend crash... X-Git-Tag: 3.4patch1~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48fbfe27bdce319b8d8afaf29c575d8536f86caa;p=thirdparty%2Ftvheadend.git - Remove assert - don't see why that assert should be - it only makes tvheadend crash for me (cherry picked from commit 360ca58ad1335629afb5dc80eca0330d6cc382e3) --- diff --git a/src/epg.c b/src/epg.c index 4ce75fc38..0babb7a2a 100644 --- a/src/epg.c +++ b/src/epg.c @@ -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));