mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-13 11:19:58 +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 {
|
else {
|
||||||
Log::Info("Unknown source type '%s' ignored.", pType);
|
Log::Info("Unknown source type '%s' ignored.", pType);
|
||||||
|
loaded_xml_ids[i] = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
// skip failed (including clones)
|
// skip failed (including clones)
|
||||||
|
|||||||
Reference in New Issue
Block a user