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:
TangoCash
2017-11-11 14:41:54 +01:00
parent a4b9b6a01f
commit 00fcdfce9b

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
{