git-svn-id: svn://db.shs.com.ru/pip@861 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5

This commit is contained in:
2019-10-28 12:39:13 +00:00
parent bbb7cbaf35
commit e861b25004

View File

@@ -84,7 +84,7 @@ void PIChunkStream::_init() {
v &= 0x7f;
switch (v) {
case 2: version_ = (uchar)Version_2; data_->pop_front(); break;
default: break;
default: version_ = Version_1; break;
}
} else
version_ = Version_1;