mirror of
https://github.com/taglib/taglib.git
synced 2025-06-04 01:28:21 -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:
parent
272719e666
commit
7cc1ce1c36
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user