From 0d23af4ec611b2619c0061980ea8ae2bd8696251 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Andriot?= Date: Sun, 19 Oct 2014 18:08:03 +0200 Subject: RPM Packaging: cleanup bibletime --- .../bibletime/bibletime-3.5.13-fix_gcc47_compilation.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 redhat/applications/bibletime/bibletime-3.5.13-fix_gcc47_compilation.patch (limited to 'redhat/applications/bibletime/bibletime-3.5.13-fix_gcc47_compilation.patch') diff --git a/redhat/applications/bibletime/bibletime-3.5.13-fix_gcc47_compilation.patch b/redhat/applications/bibletime/bibletime-3.5.13-fix_gcc47_compilation.patch deleted file mode 100644 index aca2be126..000000000 --- a/redhat/applications/bibletime/bibletime-3.5.13-fix_gcc47_compilation.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- bibletime/bibletime/frontend/cinfodisplay.cpp.ORI 2012-05-01 14:13:38.750903801 +0200 -+++ bibletime/bibletime/frontend/cinfodisplay.cpp 2012-05-01 14:14:59.998011927 +0200 -@@ -229,8 +229,8 @@ - VerseKey vk; - sword::ListKey refs = vk.ParseVerseList((const char*)data.mid((pos == -1) ? 0 : pos+1).utf8(), "Gen 1:1", true); - -- for (int i = 0; i < refs.Count(); ++i) { -- SWKey* key = refs.getElement(i); -+ for (int j = 0; j < refs.Count(); ++j) { -+ SWKey* key = refs.getElement(j); - Q_ASSERT(key); - VerseKey* vk = dynamic_cast(key); - -- cgit v1.2.1