File 0002-Fixed-typo-Closes-956.patch of Package vdr-plugin-skinenigmang
From 56b2ec1be9e2c112f6527aabe647e6521f8b6369 Mon Sep 17 00:00:00 2001
From: Andreas Mair <amair.sob@googlemail.com>
Date: Wed, 2 May 2012 08:38:26 +0200
Subject: [PATCH 02/19] Fixed typo (Closes #956).
---
enigma.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 : "",
--
2.20.1