mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 15:02:56 +02:00
e1807715c38f5534c8eae6327d67e3790f395749
Changed the for-loop in the show method of CEpgData class to properly check both conditions using the logical AND operator. This should ensure that the return value of 'operator!=' is not ignored, which addresses the compiler warning about the 'nodiscard' [-Wunused-result]. - Replaced ',' with '&&' in the loop condition.
…
…
…
…
Neutrino-HD ツ
Description
Languages
C++
85.3%
C
12.3%
M4
0.6%
Makefile
0.6%
JavaScript
0.4%
Other
0.7%