diff options
author | Andreas Mair <amair.sob@googlemail.com> | 2012-05-02 08:38:26 +0200 |
---|---|---|
committer | Andreas Mair <amair.sob@googlemail.com> | 2012-05-02 08:38:26 +0200 |
commit | 56b2ec1be9e2c112f6527aabe647e6521f8b6369 (patch) | |
tree | 8f8d2e8fbcedd46fc6327c7af6c520a65d9e2d31 | |
parent | aae9aadc381d4f67326a25c80214c2b7ef04e10a (diff) | |
download | vdr-plugin-skinenigmang-56b2ec1be9e2c112f6527aabe647e6521f8b6369.tar.gz vdr-plugin-skinenigmang-56b2ec1be9e2c112f6527aabe647e6521f8b6369.tar.bz2 |
Fixed typo (Closes #956).
-rw-r--r-- | enigma.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 : "", |