Browse Source

Plan 9 from Bell Labs 2009-03-06

David du Colombier 15 years ago
parent
commit
9f445cb669
1 changed files with 1 additions and 1 deletions
  1. 1 1
      sys/src/cmd/clock.c

+ 1 - 1
sys/src/cmd/clock.c

@@ -34,7 +34,7 @@ redraw(Image *screen)
 		return;
 
 	ntms = *localtime(ntm);
-	anghr = 90-(ntms.hour*5 + ntms.min/10)*6;
+	anghr = 90-(ntms.hour*5 + ntms.min/12)*6;
 	angmin = 90-ntms.min*6;
 	tm = ntm;
 	tms = ntms;