Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
wizard: fix string check - coverity
  • Loading branch information
perexg committed May 23, 2016
1 parent 86e1f02 commit 9407f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wizard.c
Expand Up @@ -744,7 +744,7 @@ static void muxes_changed(idnode_t *in)
}
#if ENABLE_IPTV
else if (idnode_is_instance(&mn->mn_id, &iptv_auto_network_class) &&
w->iptv_url[idx]) {
w->iptv_url[idx][0]) {
htsmsg_t *m = htsmsg_create_map();
htsmsg_add_str(m, "url", w->iptv_url[idx]);
idnode_load(&mn->mn_id, m);
Expand Down

0 comments on commit 9407f1b

Please sign in to comment.