summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/jabber/libiris/cutestuff
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2016-09-03 16:45:15 +0200
committerSlávek Banko <slavek.banko@axis.cz>2016-09-03 16:45:26 +0200
commit158536ecd751217cd1c6d5435e59feab800e3a1e (patch)
tree827b496dfa44250a49d904839b5409c47076ec99 /kopete/protocols/jabber/libiris/cutestuff
parent87dd3d631f3464a964f740744489a43721401e92 (diff)
downloadtdenetwork-158536ecd751217cd1c6d5435e59feab800e3a1e.tar.gz
tdenetwork-158536ecd751217cd1c6d5435e59feab800e3a1e.zip
Fix FTBFS with GCC6
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 3960494a9e4c642beef587020f05b42de5b1f758)
Diffstat (limited to 'kopete/protocols/jabber/libiris/cutestuff')
-rw-r--r--kopete/protocols/jabber/libiris/cutestuff/util/base64.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/protocols/jabber/libiris/cutestuff/util/base64.cpp b/kopete/protocols/jabber/libiris/cutestuff/util/base64.cpp
index 39b2c57f..4b296bb6 100644
--- a/kopete/protocols/jabber/libiris/cutestuff/util/base64.cpp
+++ b/kopete/protocols/jabber/libiris/cutestuff/util/base64.cpp
@@ -83,7 +83,7 @@ TQByteArray Base64::decode(const TQByteArray &s)
// 64 specifies eof
// everything else specifies data
- char tbl[] = {
+ signed char tbl[] = {
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,62,-1,-1,-1,63,