[Libreoffice-commits] core.git: external/libetonyek

David Tardon dtardon at redhat.com
Fri Nov 1 20:20:52 CET 2013


 external/libetonyek/0001-impl.-XML-format-detection.patch |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 46bcd543406a144c221a8055d3efeab94c08c6fc
Author: David Tardon <dtardon at redhat.com>
Date:   Fri Nov 1 20:20:21 2013 +0100

    fix build with clang
    
    Change-Id: I3fd7cfdf78dc221cbaa651ff351bc4ca76952d55

diff --git a/external/libetonyek/0001-impl.-XML-format-detection.patch b/external/libetonyek/0001-impl.-XML-format-detection.patch
index c4e1904..4ab7822 100644
--- a/external/libetonyek/0001-impl.-XML-format-detection.patch
+++ b/external/libetonyek/0001-impl.-XML-format-detection.patch
@@ -34,7 +34,7 @@ index 8ca33ad..a1a5477 100644
 +  if (input->atEOS())
 +    return VERSION_UNKNOWN;
 +
-+  const KEY2Tokenizer tokenizer;
++  const KEY2Tokenizer tokenizer = KEY2Tokenizer();
 +  KEYXMLReader reader(input.get(), tokenizer);
 +
 +  if ((KEY2Token::NS_URI_KEY | KEY2Token::presentation) == getId(reader))


More information about the Libreoffice-commits mailing list