fix:修正一个标志位错误。

This commit is contained in:
taynpg 2025-01-22 08:10:18 +08:00
parent 59eebca37b
commit 06b54a3b1a

View File

@ -440,7 +440,7 @@ bool CClient::check_update_list(const std::string& content, std::map<std::string
auto vi = COfStr::split(item, "|"); auto vi = COfStr::split(item, "|");
if (vi.size() != 2) { if (vi.size() != 2) {
mperror("Size not 2 {}", item); mperror("Size not 2 {}", item);
valid = true; valid = false;
break; break;
} }
if (!fs::exists(vi[1])) { if (!fs::exists(vi[1])) {