mirror of
https://github.com/taglib/taglib.git
synced 2025-06-03 09:08:09 -04:00
Merge pull request #645 from FestusHagen/fh1.m_UintAmbiguities_WavePackProperties
Silence uint ambiguity error in wavepackproperties.
This commit is contained in:
commit
1abe61640a
@ -210,7 +210,7 @@ void WavPack::Properties::read(File *file, long streamLength)
|
||||
}
|
||||
}
|
||||
|
||||
uint WavPack::Properties::seekFinalIndex(File *file, long streamLength)
|
||||
TagLib::uint WavPack::Properties::seekFinalIndex(File *file, long streamLength)
|
||||
{
|
||||
const long offset = file->rfind("wvpk", streamLength);
|
||||
if(offset == -1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user