X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/e1ab7c11166f80197ef6d5ea33f10430718f5783..e366c245644f158ea862b85deb78b731dc8f008a:/lib/base/estring.cpp diff --git a/lib/base/estring.cpp b/lib/base/estring.cpp index 014f6e7d..77746299 100644 --- a/lib/base/estring.cpp +++ b/lib/base/estring.cpp @@ -376,7 +376,6 @@ std::string convertDVBUTF8(const unsigned char *data, int len, int table, int ts case 0x0: case 0xC ... 0xF: case 0x16 ... 0x1F: - default: eDebug("reserved %d", data[0]); ++i; break;