- Fix - finally I remember what the purpose of that assert was.

(cherry picked from commit 5ddd073621)
This commit is contained in:
Benny Morgan 2013-07-02 23:27:28 +02:00 committed by Adam Sutton
parent 48fbfe27bd
commit 5505c3034f

View file

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