Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
SAT>IP Client: XML - make manufacturerURL tag optional
  • Loading branch information
perexg committed Mar 19, 2015
1 parent fbd41d8 commit db52de8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/input/mpegts/satip/satip.c
Expand Up @@ -744,7 +744,7 @@ satip_discovery_http_closed(http_client_t *hc, int errn)
if ((manufacturer = htsmsg_xml_get_cdata_str(device, "manufacturer")) == NULL)
goto finish;
if ((manufacturerURL = htsmsg_xml_get_cdata_str(device, "manufacturerURL")) == NULL)
goto finish;
manufacturerURL = "";
if ((modeldesc = htsmsg_xml_get_cdata_str(device, "modelDescription")) == NULL)
modeldesc = "";
if ((modelname = htsmsg_xml_get_cdata_str(device, "modelName")) == NULL)
Expand Down

0 comments on commit db52de8

Please sign in to comment.