diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2004-08-27 18:50:10 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2004-08-27 18:50:10 +0000 |
commit | 2dd3f6e474eec7560465574ad1dee5d423a53a4e (patch) | |
tree | a8fcef5d003cae3d32d2bb44a582920977b10657 /misc/bibletime-kde4/files/patch-bibletime::backend::cswordbackend.cpp | |
parent | a47d0e4abd8514186854dc182e3b8665f274a506 (diff) |
Update to 1.4.1.
Add documentation.
PR: ports/70713
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=117447
Diffstat (limited to 'misc/bibletime-kde4/files/patch-bibletime::backend::cswordbackend.cpp')
-rw-r--r-- | misc/bibletime-kde4/files/patch-bibletime::backend::cswordbackend.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/bibletime-kde4/files/patch-bibletime::backend::cswordbackend.cpp b/misc/bibletime-kde4/files/patch-bibletime::backend::cswordbackend.cpp new file mode 100644 index 000000000000..fd562d6d8a8c --- /dev/null +++ b/misc/bibletime-kde4/files/patch-bibletime::backend::cswordbackend.cpp @@ -0,0 +1,11 @@ +--- bibletime/backend/cswordbackend.cpp Thu Jan 29 01:37:40 2004 ++++ bibletime/backend/cswordbackend.cpp Sat Aug 21 15:12:25 2004 +@@ -66,7 +67,7 @@ + } + + CSwordBackend::CSwordBackend(const QString& path) +- : sword::SWMgr((!path.isEmpty() ? path.local8Bit() : 0), false, new sword::EncodingFilterMgr( sword::ENC_UTF8 )) ++ : sword::SWMgr((!path.isEmpty() ? (const char*)path.local8Bit() : 0), false, new sword::EncodingFilterMgr( sword::ENC_UTF8 )) + { + qWarning("backend constructed with a path argument! %s", path.latin1()); + m_displays.entry = 0; |