Conflicts:
	common/ca_ci.cpp


Origin commit data
------------------
Branch: master
Commit: 1b89f91733
Author: gixxpunk <thomas.harfmann@gmail.com>
Date: 2017-11-11 (Sat, 11 Nov 2017)



------------------
This commit was generated by Migit
This commit is contained in:
gixxpunk
2017-11-11 18:21:42 +01:00

View File

@@ -1038,6 +1038,7 @@ void cCA::setInputs()
{ {
printf("set input%d to tuner %s\n", number, getTunerLetter(number).c_str()); printf("set input%d to tuner %s\n", number, getTunerLetter(number).c_str());
fprintf(fd,"%s", getTunerLetter(number).c_str()); fprintf(fd,"%s", getTunerLetter(number).c_str());
fclose(fd);
} }
else else
{ {