diff --git a/src/Companion.cpp b/src/Companion.cpp index ce915cb..75c077a 100644 --- a/src/Companion.cpp +++ b/src/Companion.cpp @@ -441,7 +441,7 @@ bool Companion::NodeHasChanges(const std::string& path) { if(this->gHashNode[path]) { auto entry = GetSafeNode(this->gHashNode, path); - const auto hash = GetSafeNode(entry, "hash"); + const auto hash = GetSafeNode(entry, "hash", "no-hash"); auto modes = GetSafeNode(entry, "extracted"); auto extracted = GetSafeNode(modes, ExportTypeToString(this->gConfig.exporterType));