]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
- Fix - finally I remember what the purpose of that assert was. 283/head
authorBenny Morgan <benny@zuragon.com>
Tue, 2 Jul 2013 21:27:28 +0000 (23:27 +0200)
committerBenny Morgan <benny@zuragon.com>
Tue, 2 Jul 2013 21:27:28 +0000 (23:27 +0200)
src/epg.c

index a78cde61685fd5fb5e238a4fa6862da673108351..65eeb450b4a4c1244c1e590ad0eef8fd991f43ff 100644 (file)
--- a/src/epg.c
+++ b/src/epg.c
@@ -758,7 +758,7 @@ static void epg_episode_num_deserialize
 {
   const char *str;
   uint32_t u32;
-  // assert(!m);
+  assert(m && num);
 
   memset(num, 0, sizeof(epg_episode_num_t));