Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
US_WEEK was 7 hours, not 7 days
  • Loading branch information
emberian committed Dec 2, 2012
1 parent 5df2bf7 commit 1027af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ms.c
Expand Up @@ -16,7 +16,7 @@
#define US_MIN 60 * US_SEC
#define US_HOUR 60 * US_MIN
#define US_DAY 24 * US_HOUR
#define US_WEEK 7 * US_HOUR
#define US_WEEK 7 * US_DAY
#define US_YEAR 52 * US_WEEK

// milliseconds
Expand Down

0 comments on commit 1027af7

Please sign in to comment.