summaryrefslogtreecommitdiff
path: root/app-text/fbreader/files/fbreader-0.99.4-gcc6.patch
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/fbreader/files/fbreader-0.99.4-gcc6.patch')
-rw-r--r--app-text/fbreader/files/fbreader-0.99.4-gcc6.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/app-text/fbreader/files/fbreader-0.99.4-gcc6.patch b/app-text/fbreader/files/fbreader-0.99.4-gcc6.patch
deleted file mode 100644
index c6f87a292697..000000000000
--- a/app-text/fbreader/files/fbreader-0.99.4-gcc6.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- fbreader/src/formats/doc/OleStorage.cpp 2012-11-30 13:41:25.000000000 +0100
-+++ fbreader/src/formats/doc/OleStorage.cpp-new 2016-08-31 17:23:18.232536401 +0200
-@@ -59,7 +59,7 @@
- clear();
- return false;
- }
-- static const char OLE_SIGN[] = {0xD0, 0xCF, 0x11, 0xE0, 0xA1, 0xB1, 0x1A, 0xE1, 0};
-+ static const char OLE_SIGN[] = {(char)0xD0, (char)0xCF, (char)0x11, (char)0xE0, (char)0xA1, (char)0xB1, (char)0x1A, (char)0xE1, 0};
- if (std::strncmp(oleBuf, OLE_SIGN, 8) != 0) {
- clear();
- return false;