Fix FTBFS with clang

Signed-off-by: Oleg Levenets <olevenets2@gmail.com>
feat/lzip-support
Oleg Levenets 6 years ago committed by Slávek Banko
parent 479c953591
commit d8ba83c02e

@ -1422,7 +1422,7 @@ TQString tdeio_krarcProtocol::detectArchive( bool &encrypted, TQString fileName
{"gzip", 0, "\x1f\x8b"},
{"deb", 0, "!<arch>\ndebian-binary " },
{"7z", 0, "7z\xbc\xaf\x27\x1c" },
{"xz", 0, "\xfd7zXZ\x00"} };
{"xz", 0, "\xfd" "7zXZ\x00"} };
static int autoDetectElems = sizeof( autoDetectParams ) / sizeof( AutoDetectParams );
encrypted = false;

@ -651,7 +651,7 @@ TQString KRarcHandler::detectArchive( bool &encrypted, TQString fileName, bool c
{"gzip", 0, "\x1f\x8b"},
{"deb", 0, "!<arch>\ndebian-binary " },
{"7z", 0, "7z\xbc\xaf\x27\x1c" },
{"xz", 0, "\xfd7zXZ\x00" } };
{"xz", 0, "\xfd" "7zXZ\x00" } };
static int autoDetectElems = sizeof( autoDetectParams ) / sizeof( AutoDetectParams );
encrypted = false;

Loading…
Cancel
Save