Don't continue parsing after processing version line

This commit is contained in:
Torsten Dreyer
2016-05-05 21:59:35 +02:00
parent 1fe8931129
commit f3d68a170e

View File

@@ -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" ) {