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