Tabs be gone

This commit is contained in:
Scott Wheeler
2011-06-26 21:37:01 +02:00
parent 937d69f91d
commit 843070ba18
11 changed files with 64 additions and 63 deletions

View File

@ -285,7 +285,7 @@ void Ogg::XiphComment::parse(const ByteVector &data)
// The first thing in the comment data is the vendor ID length, followed by a
// UTF8 string with the vendor ID.
int pos = 0;
uint pos = 0;
int vendorLength = data.mid(0, 4).toUInt(false);
pos += 4;