mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 08:51:04 +02:00
glcd.cpp: fix Warnung: enum-Konstante in booleschem Zusammenhang
Origin commit data
------------------
Branch: ni/coolstream
Commit: fb4ff86ef3
Author: max_10 <max_10@gmx.de>
Date: 2022-11-20 (Sun, 20 Nov 2022)
Origin message was:
------------------
- glcd.cpp: fix Warnung: enum-Konstante in booleschem Zusammenhang
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1110,7 +1110,7 @@ void cGLCD::Run(void)
|
|||||||
scrollEpgOffset = 0;
|
scrollEpgOffset = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (CSectionsdClient::epgflags::has_current)
|
if (info_CurrentNext.flags & CSectionsdClient::epgflags::has_current)
|
||||||
{
|
{
|
||||||
if ((info_CurrentNext.current_zeit.dauer > 0) && (info_CurrentNext.current_zeit.dauer < 86400))
|
if ((info_CurrentNext.current_zeit.dauer > 0) && (info_CurrentNext.current_zeit.dauer < 86400))
|
||||||
{
|
{
|
||||||
@@ -1137,7 +1137,7 @@ void cGLCD::Run(void)
|
|||||||
Start = stagingStart = tmp_start;
|
Start = stagingStart = tmp_start;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (CSectionsdClient::epgflags::has_next)
|
if (info_CurrentNext.flags & CSectionsdClient::epgflags::has_next)
|
||||||
{
|
{
|
||||||
char tmp_end[6] = {0};
|
char tmp_end[6] = {0};
|
||||||
tm = localtime(&info_CurrentNext.next_zeit.startzeit);
|
tm = localtime(&info_CurrentNext.next_zeit.startzeit);
|
||||||
|
Reference in New Issue
Block a user