Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
descrambler: fix constcw table init
  • Loading branch information
perexg committed Nov 18, 2015
1 parent 91d2d4e commit 351042f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/descrambler/descrambler.c
Expand Up @@ -175,6 +175,7 @@ descrambler_init ( void )
if (quick_ecm_table)
quick_ecm_table[idx] = 0;
}
idx = 0;
if ((q = htsmsg_get_list(c, "const_cw")) != NULL) {
HTSMSG_FOREACH(f, q) {
if (!(e = htsmsg_field_get_map(f))) continue;
Expand Down

0 comments on commit 351042f

Please sign in to comment.