1
0
Fork 0
forked from len0rd/rockbox

Fix the second inverse

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11492 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Karl Kurbjun 2006-11-10 06:36:36 +00:00
parent 06d8ee64c1
commit cbce47a623

View file

@ -2315,7 +2315,7 @@ void draw_extras(int year, int day, int month, int hour, int minute, int second)
struct tm* current_time = rb->get_time(); struct tm* current_time = rb->get_time();
int fill = (LCDWIDTH/60) * second; int fill = LCDWIDTH * second/60;
char moday[8]; char moday[8];
char dateyr[6]; char dateyr[6];