aboutsummaryrefslogtreecommitdiff
path: root/lib/base/estring.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/base/estring.cpp')
-rw-r--r--lib/base/estring.cpp1
1 files changed, 0 insertions, 1 deletions
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;