From fd1fd44d6f5a65310bb900b379b8fb23ef4d689e Mon Sep 17 00:00:00 2001 From: Markus Brueffer Date: Tue, 8 Nov 2005 14:30:37 +0000 Subject: - Add patch in order to fix a major bug where @string elements won't be saved - Bump PORTREVISION --- databases/kbibtex/files/patch-bibtexstring.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 databases/kbibtex/files/patch-bibtexstring.cpp (limited to 'databases/kbibtex/files') 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: -- cgit v1.2.3