Origin commit data
------------------
Branch: master
Commit: 36cc88ad7e
Author: TangoCash <eric@loxat.de>
Date: 2017-10-19 (Thu, 19 Oct 2017)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
TangoCash
2017-10-19 21:42:11 +02:00
parent 99b15a27b5
commit fb28448d76

View File

@@ -820,7 +820,7 @@ bool cVideo::SetCECMode(VIDEO_HDMI_CEC_MODE _deviceType)
if (_deviceType == VIDEO_HDMI_CEC_MODE_OFF) if (_deviceType == VIDEO_HDMI_CEC_MODE_OFF)
{ {
if (hdmiFd >= 0) { if (hdmiFd >= 0) {
close hdmiFd; close(hdmiFd);
hdmiFd = -1; hdmiFd = -1;
} }
return false; return false;