]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
- Fix - finally I remember what the purpose of that assert was.
authorBenny Morgan <benny@zuragon.com>
Tue, 2 Jul 2013 21:27:28 +0000 (23:27 +0200)
committerAdam Sutton <dev@adamsutton.me.uk>
Thu, 11 Jul 2013 19:17:34 +0000 (20:17 +0100)
(cherry picked from commit 5ddd07362128864b87c2e64fa594817457c624f6)

src/epg.c

index 0babb7a2a49ad4c465afa78e98db9a64a2571930..aff37a7863e728e0c343b64ecd6d2663307e96f8 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);
+  assert(m && num);
 
   memset(num, 0, sizeof(epg_episode_num_t));