diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2004-11-21 22:46:10 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2004-11-21 22:46:10 +0000 |
commit | ac9683b5c522b2d52e6f60757db2477d3bb6421c (patch) | |
tree | e221c4dd0785b37472804da35c7a490965055095 /x11-clocks/wmfuzzy/files/patch-wmfuzzy.c | |
parent | 83028dd384ccb0a59a4d7f94e09d789f9a1f365c (diff) | |
download | ports-ac9683b5c522b2d52e6f60757db2477d3bb6421c.tar.gz ports-ac9683b5c522b2d52e6f60757db2477d3bb6421c.zip |
Notes
Diffstat (limited to 'x11-clocks/wmfuzzy/files/patch-wmfuzzy.c')
-rw-r--r-- | x11-clocks/wmfuzzy/files/patch-wmfuzzy.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/x11-clocks/wmfuzzy/files/patch-wmfuzzy.c b/x11-clocks/wmfuzzy/files/patch-wmfuzzy.c deleted file mode 100644 index 9a7923579c52..000000000000 --- a/x11-clocks/wmfuzzy/files/patch-wmfuzzy.c +++ /dev/null @@ -1,15 +0,0 @@ ---- wmfuzzy.c.orig Wed Mar 17 16:58:40 2004 -+++ wmfuzzy.c Sat Mar 27 22:15:00 2004 -@@ -55,10 +55,10 @@ - } - - void display_time(const struct tm* tm) { -+ const ApproximateTime approximation = approximate(tm, gGranularity); -+ - static char text[30]; - memset(text, 0, ARRAY_SIZE(text)); -- -- const ApproximateTime approximation = approximate(tm, gGranularity); - - if (approximation.minutes == 0) - { |