aboutsummaryrefslogtreecommitdiffstats
path: root/taglib/ogg/xiphcomment.cpp
diff options
context:
space:
mode:
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;