Commit c6014f86 authored by Ilkka Ollakka's avatar Ilkka Ollakka

dvb: count channels names, not number of services we have

parent 115ee65f
......@@ -607,7 +607,7 @@ int scan_Next( scan_t *p_scan, scan_configuration_t *p_cfg )
for( int i = 0; i < p_scan->i_service; i++ )
{
if( p_scan->pp_service[i]->type != SERVICE_UNKNOWN )
if( p_scan->pp_service[i]->psz_name )
i_service++;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment