mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 10:19:59 +01:00
BugFix Loading failing for clones of unknown source
This commit is contained in:
@@ -464,6 +464,7 @@ void SessionLoader::load(XMLElement *sessionNode)
|
||||
}
|
||||
else {
|
||||
Log::Info("Unknown source type '%s' ignored.", pType);
|
||||
loaded_xml_ids[i] = 0;
|
||||
}
|
||||
|
||||
// skip failed (including clones)
|
||||
|
||||
Reference in New Issue
Block a user