mirror of
https://github.com/taglib/taglib.git
synced 2025-06-04 01:28:21 -04:00
Silence uint ambiguity errors in wavepackproperties.
This commit is contained in:
parent
7c17d32b3a
commit
65a6572299
@ -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