summaryrefslogtreecommitdiffstats
path: root/src/dot.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/dot.cpp')
-rw-r--r--src/dot.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dot.cpp b/src/dot.cpp
index 5c65eef..62e2c82 100644
--- a/src/dot.cpp
+++ b/src/dot.cpp
@@ -1527,7 +1527,7 @@ static QCString convertLabel(const QCString &l)
if (p.isEmpty()) return QCString();
QString result;
QChar c,pc=0;
- int idx = 0;
+ uint idx = 0;
int len=p.length();
int charsLeft=len;
int sinceLast=0;