=== modified file 'src/core/StelUtils.cpp' --- src/core/StelUtils.cpp 2010-10-17 16:39:43 +0000 +++ src/core/StelUtils.cpp 2010-12-07 01:32:28 +0000 @@ -241,6 +241,7 @@ { os << qSetRealNumberPrecision(0); width = 2; + s = (int)s; } os << fixed << qSetFieldWidth(width) << qSetPadChar('0') << s << qSetFieldWidth(0) << '\"';