mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 15:02:56 +02:00
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.