Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
dvb psi parser: fix the warning message in dvb_desc_terr_del()
  • Loading branch information
perexg committed Aug 18, 2014
1 parent 4a13a2b commit 380c186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/input/mpegts/dvb_psi.c
Expand Up @@ -253,7 +253,7 @@ dvb_desc_terr_del
/* Extract data */
frequency = ((ptr[0] << 24) | (ptr[1] << 16) | (ptr[2] << 8) | ptr[3]);
if (!frequency) {
tvhwarn("nit", "dvb-c frequency error");
tvhwarn("nit", "dvb-t frequency error");
return NULL;
}

Expand Down

0 comments on commit 380c186

Please sign in to comment.