fix missing close fd (thx dbo)

This commit is contained in:
TangoCash
2017-11-11 14:41:54 +01:00
committed by Jacek Jendrzej
parent 2bbb8a9044
commit bc4a9b3329

View File

@@ -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
{