From 6667d88310f66513676c842afe91a2e13dadefaa Mon Sep 17 00:00:00 2001 From: ghost Date: Tue, 8 Jun 2010 13:36:59 +0200 Subject: fix compiler warnings --- lib/base/estring.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/base/estring.cpp') 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"); -- cgit v1.2.3