- Fix - finally I remember what the purpose of that assert was.
This commit is contained in:
parent
360ca58ad1
commit
5ddd073621
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue