]> Git trees. - libqmvoc.git/commitdiff
Warning--
authorLaurent Montel <montel@kde.org>
Fri, 7 Oct 2005 08:17:25 +0000 (08:17 +0000)
committerLaurent Montel <montel@kde.org>
Fri, 7 Oct 2005 08:17:25 +0000 (08:17 +0000)
svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=468126

extdate/extcalendarsystem.cpp

index f5cd0a36ee526971c9599146b8411b359f275791..81da8edcafd0bbcc52ae87df690f9d670e8fe9bb 100644 (file)
@@ -92,7 +92,7 @@ QString ExtCalendarSystem::yearString(const ExtDate & pDate, bool bShort) const
 
 static int stringToInteger(const QString & sNum, int & iLength)
 {
-  unsigned int iPos = 0;
+  int iPos = 0;
 
   int result = 0;
   for (; sNum.length() > iPos && sNum.at(iPos).isDigit(); iPos++)