]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
- Remove assert - don't see why that assert should be - it only makes tvheadend crash...
authorBenny Morgan <benny@zuragon.com>
Tue, 2 Jul 2013 21:19:32 +0000 (23:19 +0200)
committerAdam Sutton <dev@adamsutton.me.uk>
Thu, 11 Jul 2013 19:17:34 +0000 (20:17 +0100)
(cherry picked from commit 360ca58ad1335629afb5dc80eca0330d6cc382e3)

src/epg.c

index 4ce75fc38f18aff7c2f0f62b2961c69f90e2545d..0babb7a2a49ad4c465afa78e98db9a64a2571930 100644 (file)
--- 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));