1
This commit is contained in:
parent
1efa6d0aaf
commit
693122d08d
@ -162,7 +162,7 @@ namespace MetaData
|
||||
}
|
||||
{
|
||||
std::vector<std::string> strings;
|
||||
a8::Split(i->volume(), strings, '|');
|
||||
a8::Split(i->launch_dev(), strings, '|');
|
||||
for (auto& str : strings) {
|
||||
std::vector<std::string> strings2;
|
||||
a8::Split(str, strings2, ':');
|
||||
|
Loading…
x
Reference in New Issue
Block a user