mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 23:13:16 +02:00
fix missing close fd (thx dbo)
This commit is contained in:
committed by
Jacek Jendrzej
parent
2bbb8a9044
commit
bc4a9b3329
@@ -1038,6 +1038,7 @@ void cCA::setInputs()
|
||||
{
|
||||
printf("set input%d to tuner %s\n", number, getTunerLetter(number).c_str());
|
||||
fprintf(fd,"%s", getTunerLetter(number).c_str());
|
||||
fclose(fd);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user