diff --git a/src/sectionsd/SIsections.cpp b/src/sectionsd/SIsections.cpp index 9a1e0f388..b702e7ac1 100644 --- a/src/sectionsd/SIsections.cpp +++ b/src/sectionsd/SIsections.cpp @@ -258,7 +258,7 @@ void SIsectionEIT::parseExtendedEventDescriptor(const char *buf, SIevent &e, uns #endif { //e.appendExtendedText(language, std::string((const char *)(items+1), min(maxlen-((const char *)items+1-buf), *items))); - e.appendExtendedText(language, convertDVBUTF8((const char *)(items+1), min(maxlen-((const char *)items+2-buf), (*items)), table, tsidonid)); + e.appendExtendedText(language, convertDVBUTF8((const char *)(items+1), min(maxlen-((const char *)items+1-buf), (*items)), table, tsidonid)); // printf("Extended Text: %s\n", e.extendedText.c_str()); } }