*** empty log message ***
[fw/sdcc] / device / examples / ds390 / clock390 / clock390.c
index b73a013e61d387ca8d82adda95da939702b2a04e..92a80f384fced77770f05749ecf5c70babb3bbd6 100644 (file)
@@ -21,7 +21,7 @@ void main (void) {
     seconds=ms/1000;
 
 #ifdef USE_LCD
-    LcdLPrintf (2 + (4<<8), "%ld", ms);
+    LcdLPrintf (2 + (4<<8), "%10ld", ms);
 #endif
 
     if (seconds!=oldSeconds) {