diff --git a/Timeline/Clock.H b/Timeline/Clock.H index 6b0f9d4..f7da0e1 100644 --- a/Timeline/Clock.H +++ b/Timeline/Clock.H @@ -82,7 +82,7 @@ public: int M = S / 60; S -= M * 60; int H = M / 60; M -= H * 60; - snprintf( dst, n, "%02d:%02d:%05.3f", H, M, S ); + snprintf( dst, n, "%02d:%02d:%06.3f", H, M, S ); } static void