Project

General

Profile

Bug #2188 » fix-en50494-config-parsing.patch

Christian Brunner, 2014-08-09 23:26

View differences:

src/input/mpegts/linuxdvb/linuxdvb_en50494.c 2014-08-09 23:16:41.497709253 +0200
257 257
  linuxdvb_diseqc_t *ld;
258 258
  linuxdvb_en50494_t *le;
259 259

  
260
  /* Ignore */
261
  if (strcmp(name, "Generic"))
262
    return NULL;
263

  
264 260
  if (port > 1) {
265 261
    tvherror("en50494", "only 2 ports/positions are posible. given %i", port);
266 262
    port = 0;
(2-2/2)