mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 15:32:52 +02:00
lcd4l: small addition to 2799c259fb
Origin commit data ------------------ Branch: ni/coolstream Commit:380abda0ca
Author: vanhofen <vanhofen@gmx.de> Date: 2021-07-15 (Thu, 15 Jul 2021) Origin message was: ------------------ - lcd4l: small addition to2799c259fb
------------------ This commit was generated by Migit
This commit is contained in:
@@ -654,7 +654,7 @@ void CLCD4l::ParseInfo(uint64_t parseID, bool newID, bool firstRun)
|
||||
|
||||
if (m_ModeCamd != ModeCamd)
|
||||
{
|
||||
WriteFile(MODE_CAMD, ModeCamd);
|
||||
WriteFile(MODE_CAMD, ModeCamd.empty() ? "off" : ModeCamd);
|
||||
m_ModeCamd = ModeCamd;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user