fix:修正一个标志位错误。
This commit is contained in:
parent
59eebca37b
commit
06b54a3b1a
@ -440,7 +440,7 @@ bool CClient::check_update_list(const std::string& content, std::map<std::string
|
||||
auto vi = COfStr::split(item, "|");
|
||||
if (vi.size() != 2) {
|
||||
mperror("Size not 2 {}", item);
|
||||
valid = true;
|
||||
valid = false;
|
||||
break;
|
||||
}
|
||||
if (!fs::exists(vi[1])) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user