This commit is contained in:
David Kocik 2019-12-13 15:26:42 +01:00
commit 81a2f8535a
4 changed files with 3 additions and 5 deletions

View file

@ -357,6 +357,7 @@ void AppConfig::update_skein_dir(const std::string &dir)
std::string AppConfig::get_last_output_dir(const std::string &alt) const
{
const auto it = m_storage.find("");
if (it != m_storage.end()) {
const auto it2 = it->second.find("last_output_path");