From 6ee8973f5a49fb6bdf802c43dcf1ae8cc7ac1fc5 Mon Sep 17 00:00:00 2001 From: Jack Andersen Date: Sun, 21 Aug 2016 17:47:34 -1000 Subject: [PATCH] Athena YAML refactor --- specter/lib/Translator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specter/lib/Translator.cpp b/specter/lib/Translator.cpp index 1725479d2..e6ea8d65a 100644 --- a/specter/lib/Translator.cpp +++ b/specter/lib/Translator.cpp @@ -11,7 +11,7 @@ Locale::Locale(const std::string& name, const std::string& fullName, { athena::io::YAMLDocReader reader; yaml_parser_set_input_string(reader.getParser(), yamlSource, yamlLength); - reader.parse(); + reader.parse(nullptr); m_rootNode = std::move(reader.releaseRootNode()); if (m_rootNode) {