summaryrefslogtreecommitdiff
path: root/databases/kbibtex/files/patch-src-fileexporterbibtex.cpp
diff options
context:
space:
mode:
authorMarkus Brueffer <markus@FreeBSD.org>2010-02-07 14:16:00 +0000
committerMarkus Brueffer <markus@FreeBSD.org>2010-02-07 14:16:00 +0000
commit71643d0bc55477596ff805cc03c07bb2d68aeb7b (patch)
tree9497a6a18bf5c1f72750b8caf99257239fa0191f /databases/kbibtex/files/patch-src-fileexporterbibtex.cpp
parentUpdate to 4.3.1.2. (diff)
Update to version 0.2.3
Notes
Notes: svn path=/head/; revision=249381
Diffstat (limited to 'databases/kbibtex/files/patch-src-fileexporterbibtex.cpp')
-rw-r--r--databases/kbibtex/files/patch-src-fileexporterbibtex.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/kbibtex/files/patch-src-fileexporterbibtex.cpp b/databases/kbibtex/files/patch-src-fileexporterbibtex.cpp
new file mode 100644
index 000000000000..1138cfa90e21
--- /dev/null
+++ b/databases/kbibtex/files/patch-src-fileexporterbibtex.cpp
@@ -0,0 +1,11 @@
+--- src/fileexporterbibtex.cpp.orig 2010-02-01 19:08:49.000000000 +0100
++++ src/fileexporterbibtex.cpp 2010-02-01 19:17:03.000000000 +0100
+@@ -258,7 +258,7 @@
+ for ( i = 0; i < encodeMaxTries && utf8datasize != 0; ++i )
+ {
+ QCString utf8 = workingText.utf8();
+- char *utf8data = utf8.data();
++ const char *utf8data = utf8.data();
+ utf8datasize = utf8.length();
+ char *outputdata = m_iconvBuffer;
+ size_t outputdatasize = m_iconvBufferSize;