aboutsummaryrefslogtreecommitdiff
path: root/databases/kbibtex/files
diff options
context:
space:
mode:
Diffstat (limited to 'databases/kbibtex/files')
-rw-r--r--databases/kbibtex/files/patch-bibtexstring.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/databases/kbibtex/files/patch-bibtexstring.cpp b/databases/kbibtex/files/patch-bibtexstring.cpp
new file mode 100644
index 000000000000..25f83bc339be
--- /dev/null
+++ b/databases/kbibtex/files/patch-bibtexstring.cpp
@@ -0,0 +1,10 @@
+--- src/bibtexstring.cpp.orig Tue Nov 8 13:07:00 2005
++++ src/bibtexstring.cpp Tue Nov 8 13:07:40 2005
+@@ -112,6 +112,7 @@
+ else result.append( "\"" );
+
+ result.append( " }" );
++ return result;
+ }
+ break;
+ case BibTeXFile::formatXML: