mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 23:12:44 +02:00
fix missing close fd (thx dbo)
Origin commit data
------------------
Branch: master
Commit: 7efcadabd7
Author: TangoCash <eric@loxat.de>
Date: 2017-11-11 (Sat, 11 Nov 2017)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -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