diff options
Diffstat (limited to 'databases/kbibtex/files/patch-src-fileexporterbibtex.cpp')
| -rw-r--r-- | databases/kbibtex/files/patch-src-fileexporterbibtex.cpp | 11 |
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; |
