This commit is contained in:
aozhiwei 2021-05-06 16:34:02 +08:00
parent 1efa6d0aaf
commit 693122d08d

View File

@ -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, ':');