Commit 2c4e15bb authored by Jean-Paul Saman's avatar Jean-Paul Saman

Fixed superflous tuning ;-)

parent 756a9df7
...@@ -446,6 +446,7 @@ int ioctl_SetFrontend (input_thread_t * p_input, struct dvb_frontend_parameters ...@@ -446,6 +446,7 @@ int ioctl_SetFrontend (input_thread_t * p_input, struct dvb_frontend_parameters
msg_Dbg(p_input, "ioctl_SetFrontend: tuning status == 0x%02x!!! ..." msg_Dbg(p_input, "ioctl_SetFrontend: tuning status == 0x%02x!!! ..."
"tuning succeeded", s); "tuning succeeded", s);
ret = 0; ret = 0;
break;
} }
else else
{ {
......
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