summaryrefslogtreecommitdiffstats
path: root/office/kbgoffice/gcc6.patch
diff options
context:
space:
mode:
author Matteo Bernardini2019-05-18 12:21:33 +0200
committer Matteo Bernardini2019-05-18 12:21:33 +0200
commite7e6e9ce1154895d03dd55bf678b975dc460d932 (patch)
treebcfb723a488ce4aa49fa31c702b46a7774b14ece /office/kbgoffice/gcc6.patch
parent59f4714621bc95b37f565a91817a590ca864822a (diff)
downloadslackbuilds-e7e6e9ce1154895d03dd55bf678b975dc460d932.tar.gz
20190518.1 global branch merge.current-20190518.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'office/kbgoffice/gcc6.patch')
-rw-r--r--office/kbgoffice/gcc6.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/office/kbgoffice/gcc6.patch b/office/kbgoffice/gcc6.patch
new file mode 100644
index 0000000000..6e2d45e572
--- /dev/null
+++ b/office/kbgoffice/gcc6.patch
@@ -0,0 +1,17 @@
+diff -Naur kbgoffice-2.1.orig/src/translator_manager.cpp kbgoffice-2.1/src/translator_manager.cpp
+--- kbgoffice-2.1.orig/src/translator_manager.cpp 2010-04-30 14:37:42.000000000 +0200
++++ kbgoffice-2.1/src/translator_manager.cpp 2017-06-01 18:10:20.308920738 +0200
+@@ -141,11 +141,11 @@
+ isDataOk = isDataOk && tr->init(tr->BG_EN, string(string(dataDir) + prop->getString("data")).c_str());
+ } else {
+ cerr << "TranslatorManager::getTestDictionaryObject - Wrong description file: " << testDictionaries[index].file << "\n";
+- return false;
++ return NULL;
+ }
+ if (!isDataOk) {
+ cerr << "TranslatorManager::getTestDictionaryObject - Problem initialazing dictionary: " << testDictionaries[index].file << "\n";
+- return false;
++ return NULL;
+ }
+ char c[16];
+ sprintf(c, "%d", level);