Skip to content
This repository has been archived by the owner on Apr 7, 2021. It is now read-only.

Commit

Permalink
Athena YAML refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
jackoalan committed Aug 22, 2016
1 parent 5e695da commit 4c675e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Translator.cpp
Expand Up @@ -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)
{
Expand Down

0 comments on commit 4c675e2

Please sign in to comment.