lcd4l: rename new variable wait4lcd => wait4daemon

Origin commit data
------------------
Branch: ni/coolstream
Commit: 2fad3396d1
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-01-20 (Sun, 20 Jan 2019)

Origin message was:
------------------
- lcd4l: rename new variable wait4lcd => wait4daemon

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

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2019-01-20 23:33:59 +01:00
parent c969945b7c
commit 7a21279faf
2 changed files with 7 additions and 6 deletions

View File

@@ -252,7 +252,7 @@ void CLCD4l::Init()
if (!access(LCD_DATADIR, F_OK) == 0)
mkdir(LCD_DATADIR, 0755);
wait4lcd = true;
wait4daemon = true;
}
void* CLCD4l::LCD4lProc(void* arg)
@@ -277,7 +277,8 @@ void* CLCD4l::LCD4lProc(void* arg)
{
if (g_settings.lcd4l_support == 1) // automatic
{
if (PLCD4l->GetWaitStatus()) {
if (PLCD4l->GetWaitStatus())
{
//printf("[CLCD4l] %s: waiting for lcd4linux\n", __FUNCTION__);
sleep(10);
continue;