changeset 37 | 758a864f9613 |
parent 18 | 2f34d5167611 |
--- a/src/xmlpatterns/data/qabstractdatetime.cpp Fri Sep 17 08:34:18 2010 +0300 +++ b/src/xmlpatterns/data/qabstractdatetime.cpp Mon Oct 04 01:19:32 2010 +0300 @@ -163,7 +163,7 @@ QString msecondsStr(getSafeCapt(mseconds)); if(!msecondsStr.isEmpty()) - msecondsStr = msecondsStr.leftJustified(3, QLatin1Char('0')); + msecondsStr = msecondsStr.leftJustified(3, QLatin1Char('0'), true); const MSecondProperty msecs = msecondsStr.toInt(); if(hour == 24)