summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Mair <amair.sob@googlemail.com>2012-05-02 08:38:26 +0200
committerAndreas Mair <amair.sob@googlemail.com>2012-05-02 08:38:26 +0200
commit56b2ec1be9e2c112f6527aabe647e6521f8b6369 (patch)
tree8f8d2e8fbcedd46fc6327c7af6c520a65d9e2d31
parentaae9aadc381d4f67326a25c80214c2b7ef04e10a (diff)
downloadvdr-plugin-skinenigmang-56b2ec1be9e2c112f6527aabe647e6521f8b6369.tar.gz
vdr-plugin-skinenigmang-56b2ec1be9e2c112f6527aabe647e6521f8b6369.tar.bz2
Fixed typo (Closes #956).
-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 : "",