mirror of
https://github.com/taglib/taglib.git
synced 2025-07-21 06:24:19 -04:00
Small fix in style.
This commit is contained in:
@ -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));
|
||||
|
||||
|
Reference in New Issue
Block a user