mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 15:02:58 +02:00
fix memleak, init and compil
This commit is contained in:
@@ -1037,7 +1037,7 @@ void cCA::setInputs()
|
||||
if (fd)
|
||||
{
|
||||
printf("set input%d to tuner %s\n", number, getTunerLetter(number).c_str());
|
||||
fprintf(fd, getTunerLetter(number).c_str());
|
||||
fprintf(fd,"%s", getTunerLetter(number).c_str());
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user