Fix HTTP repo erros

This commit is contained in:
Automatic Release Builder 2021-06-15 02:33:11 +01:00
parent 01233ba537
commit ee0b22fd52

View File

@ -219,7 +219,7 @@ public:
return;
}
std::string buf;
std::vector<char> buf;
for (auto& child : children) {
if (child.type != HTTPRepository::FileType)