Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
epggrab: ota - om_complete load fix
  • Loading branch information
perexg committed Nov 19, 2014
1 parent e59a8b4 commit f15b8a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/epggrab/otamux.c
Expand Up @@ -742,7 +742,7 @@ epggrab_ota_load_one
free(ota);
return;
}
htsmsg_get_u32(c, "complete", (uint32_t *)&ota->om_complete);
ota->om_complete = htsmsg_get_u32_or_default(c, "complete", 0) != 0;

if (!(l = htsmsg_get_list(c, "modules"))) return;
HTSMSG_FOREACH(f, l) {
Expand Down

0 comments on commit f15b8a6

Please sign in to comment.