From ee0b22fd5269043c5bd2780cb8ebbfb31f87ed56 Mon Sep 17 00:00:00 2001 From: Automatic Release Builder Date: Tue, 15 Jun 2021 02:33:11 +0100 Subject: [PATCH] Fix HTTP repo erros --- simgear/io/HTTPRepository.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simgear/io/HTTPRepository.cxx b/simgear/io/HTTPRepository.cxx index e4c36860..f26301c0 100644 --- a/simgear/io/HTTPRepository.cxx +++ b/simgear/io/HTTPRepository.cxx @@ -219,7 +219,7 @@ public: return; } - std::string buf; + std::vector buf; for (auto& child : children) { if (child.type != HTTPRepository::FileType)