Small fix in style.

This commit is contained in:
Tsuda Kageyu 2016-02-18 14:34:16 +09:00
parent 887f3b28e5
commit 2166d703e0

View File

@ -94,7 +94,7 @@ ByteVector SynchData::decode(const ByteVector &data)
if(*(src - 1) == '\xff' && *src == '\x00')
src++;
} while (src < end);
} while(src < end);
result.resize(static_cast<unsigned int>(dst - begin));