aboutsummaryrefslogtreecommitdiff
path: root/lib/base/estring.cpp
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2010-06-08 13:36:59 +0200
committerghost <andreas.monzner@multimedia-labs.de>2010-06-08 13:36:59 +0200
commit31640ef495075cd82226f08ab961493fa9ff0554 (patch)
treec8ea5826d4853b5c2abf69a0dbf3c7b774deab6f /lib/base/estring.cpp
parent3b29e9279367292962046494cf0da1b24827c269 (diff)
downloadenigma2-31640ef495075cd82226f08ab961493fa9ff0554.tar.gz
enigma2-31640ef495075cd82226f08ab961493fa9ff0554.zip
fix compiler warnings
Diffstat (limited to 'lib/base/estring.cpp')
-rw-r--r--lib/base/estring.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/base/estring.cpp b/lib/base/estring.cpp
index e7dc2bec..f2ac7325 100644
--- a/lib/base/estring.cpp
+++ b/lib/base/estring.cpp
@@ -424,7 +424,7 @@ std::string convertDVBUTF8(const unsigned char *data, int len, int table, int ts
break;
}
- bool useTwoCharMapping = !table || tsidonid && encodingHandler.getTransponderUseTwoCharMapping(tsidonid);
+ bool useTwoCharMapping = !table || (tsidonid && encodingHandler.getTransponderUseTwoCharMapping(tsidonid));
if (useTwoCharMapping && table == 5) { // i hope this dont break other transponders which realy use ISO8859-5 and two char byte mapping...
// eDebug("Cyfra / Cyfrowy Polsat HACK... override given ISO8859-5 with ISO6397");