Merge pull request #645 from FestusHagen/fh1.m_UintAmbiguities_WavePackProperties

Silence uint ambiguity error in wavepackproperties.
This commit is contained in:
Tsuda Kageyu 2015-08-06 16:35:45 +09:00
commit 1abe61640a

View File

@ -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)