aboutsummaryrefslogtreecommitdiffstats
path: root/taglib/ogg/xiphcomment.cpp
diff options
context:
space:
mode:
authorMathias Panzenböck <grosser.meister.morti@gmx.net>2011-06-28 01:37:48 +0200
committerMathias Panzenböck <grosser.meister.morti@gmx.net>2011-06-28 01:37:48 +0200
commita50886c3c7b33fe79979408e6505eb4c2de336fa (patch)
treeb8c58af0e7c4687101731a3d474b2d7d56277ba7 /taglib/ogg/xiphcomment.cpp
parent2119494cd12920fa004e909515827f0ee06941f4 (diff)
parent843070ba1825b280fccb6f7e45cd3f3fa6531258 (diff)
Merge branch 'master' of https://github.com/taglib/taglib
Diffstat (limited to 'taglib/ogg/xiphcomment.cpp')
-rw-r--r--taglib/ogg/xiphcomment.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/taglib/ogg/xiphcomment.cpp b/taglib/ogg/xiphcomment.cpp
index e7e8fa91..c26391a9 100644
--- a/taglib/ogg/xiphcomment.cpp
+++ b/taglib/ogg/xiphcomment.cpp
@@ -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;