aboutsummaryrefslogtreecommitdiff
path: root/databases/kbibtex/files/patch-bibtexstring.cpp
blob: 25f83bc339be10bc11c9ee2c2edd165590973f47 (plain) (blame)
1
2
3
4
5
6
7
8
9
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: