mirror of
https://github.com/taglib/taglib.git
synced 2025-07-22 15:04:24 -04:00
Fix the patch from r1222376
git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@1222752 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
This commit is contained in:
@ -213,8 +213,8 @@ void RIFF::File::read()
|
||||
}
|
||||
|
||||
Chunk chunk;
|
||||
chunk.name = readBlock(4);
|
||||
chunk.size = readBlock(4).toUInt(bigEndian);
|
||||
chunk.name = chunkName;
|
||||
chunk.size = chunkSize;
|
||||
chunk.offset = tell();
|
||||
|
||||
seek(chunk.size, Current);
|
||||
|
Reference in New Issue
Block a user