summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--external/libetonyek/0001-impl.-XML-format-detection.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/external/libetonyek/0001-impl.-XML-format-detection.patch b/external/libetonyek/0001-impl.-XML-format-detection.patch
index c4e1904b89d8..4ab7822fe263 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))