mirror of
https://github.com/taglib/taglib.git
synced 2026-02-13 19:53:06 -05:00
Use a standard type rather than TagLib::ushort.
This won't break the ABI compatibility.
This commit is contained in:
@ -35,7 +35,7 @@ namespace TagLib
|
||||
namespace ASF
|
||||
{
|
||||
|
||||
inline ushort readWORD(File *file, bool *ok = 0)
|
||||
inline unsigned short readWORD(File *file, bool *ok = 0)
|
||||
{
|
||||
const ByteVector v = file->readBlock(2);
|
||||
if(v.size() != 2) {
|
||||
|
||||
Reference in New Issue
Block a user