diff --git a/simgear/io/HTTPRepository.cxx b/simgear/io/HTTPRepository.cxx index e6bf3be4..af4eecfc 100644 --- a/simgear/io/HTTPRepository.cxx +++ b/simgear/io/HTTPRepository.cxx @@ -68,7 +68,7 @@ namespace simgear } protected: HTTPDirectory* _directory; - size_t _contentSize; + size_t _contentSize = 0; }; typedef SGSharedPtr RepoRequestPtr;