git-svn-id: svn://db.shs.com.ru/libs@623 a8b55f48-bf90-11e4-a774-851b48703e85

This commit is contained in:
2019-10-28 12:39:07 +00:00
parent 7d360917f5
commit 44a33283fd

View File

@@ -67,7 +67,7 @@ void ChunkStream::_init() {
v &= 0x7f;
switch (v) {
case 2: version_ = (uchar)Version_2; stream_.skipRawData(1); break;
default: break;
default: version_ = Version_1; break;
}
} else
version_ = Version_1;