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

This commit is contained in:
Benny Morgan 2013-07-02 23:27:28 +02:00
parent 360ca58ad1
commit 5ddd073621

View file

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