Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
esfilter: remove dead code (coverity)
  • Loading branch information
perexg committed Oct 3, 2014
1 parent 1cb1f67 commit 749ce2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/esfilter.c
Expand Up @@ -471,7 +471,7 @@ esfilter_build_ca_enum(int provider)
e = htsmsg_create_map();
snprintf(buf, sizeof(buf), provider ? "%06x" : "%04x", a[i]);
if (!provider)
snprintf(buf2, sizeof(buf2), provider ? "%06x %s" : "%04x - %s",
snprintf(buf2, sizeof(buf2), "%04x - %s",
a[i], descrambler_caid2name(a[i]));
htsmsg_add_str(e, "key", buf);
htsmsg_add_str(e, "val", provider ? buf : buf2);
Expand Down

0 comments on commit 749ce2e

Please sign in to comment.