summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--enigma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/enigma.c b/enigma.c
index 97827de..cb72fd6 100644
--- a/enigma.c
+++ b/enigma.c
@@ -2554,7 +2554,7 @@ void cSkinEnigmaDisplayMenu::SetEvent(const cEvent *Event)
strFirst = stringInfo.empty() ? NULL : stringInfo.c_str();
strSecond = strDescr;
}
- if (strFirst || strSecond || strSecond) {
+ if (strFirst || strSecond || strThird) {
y = yHeadlineBottom + SmallGap + 2 * pFontDetailsDate->Height();
char *mytext = NULL;
if (-1 != asprintf(&mytext, "%s%s%s%s%s", strFirst ? strFirst : "",