diff --git a/simgear/io/HTTPRepository.cxx b/simgear/io/HTTPRepository.cxx index d27850dd..8ae8038e 100644 --- a/simgear/io/HTTPRepository.cxx +++ b/simgear/io/HTTPRepository.cxx @@ -441,6 +441,7 @@ private: SG_LOG(SG_TERRASYNC, SG_WARN, "invalid .dirindex file: wrong version number '" << tokens[1] << "' (expected 1)" ); break; } + continue; // version is good, continue } if( typeData == "path" ) {