|
Line 0
Link Here
|
|
|
1 |
--- wmfuzzy.c.orig Wed Mar 17 16:58:40 2004 |
| 2 |
+++ wmfuzzy.c Sat Mar 27 22:15:00 2004 |
| 3 |
@@ -55,10 +55,10 @@ |
| 4 |
} |
| 5 |
|
| 6 |
void display_time(const struct tm* tm) { |
| 7 |
+ const ApproximateTime approximation = approximate(tm, gGranularity); |
| 8 |
+ |
| 9 |
static char text[30]; |
| 10 |
memset(text, 0, ARRAY_SIZE(text)); |
| 11 |
- |
| 12 |
- const ApproximateTime approximation = approximate(tm, gGranularity); |
| 13 |
|
| 14 |
if (approximation.minutes == 0) |
| 15 |
{ |