diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2016-09-03 16:45:15 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2016-09-03 16:45:15 +0200 |
commit | 3960494a9e4c642beef587020f05b42de5b1f758 (patch) | |
tree | e5aec056c0803fbe620083ceac20e9e5a5f0b39c /kopete/protocols | |
parent | 5f75518449580877760188ddc0d86007fef4b4f5 (diff) | |
download | tdenetwork-3960494a9e4c642beef587020f05b42de5b1f758.tar.gz tdenetwork-3960494a9e4c642beef587020f05b42de5b1f758.zip |
Fix FTBFS with GCC6
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'kopete/protocols')
-rw-r--r-- | kopete/protocols/jabber/libiris/cutestuff/util/base64.cpp | 2 |
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, |