aboutsummaryrefslogtreecommitdiffstats
path: root/x11-clocks/wmtime/files
diff options
context:
space:
mode:
authorflathill <flathill@FreeBSD.org>1998-12-12 01:06:22 +0800
committerflathill <flathill@FreeBSD.org>1998-12-12 01:06:22 +0800
commit77230d379b62ab13079c7de4244f38520704ac02 (patch)
tree56a21737f657e52f1f47c2f3694714bf697bc949 /x11-clocks/wmtime/files
parentae5419b86e72572086a11d28f423683ba978e349 (diff)
downloadfreebsd-ports-gnome-77230d379b62ab13079c7de4244f38520704ac02.tar.gz
freebsd-ports-gnome-77230d379b62ab13079c7de4244f38520704ac02.tar.zst
freebsd-ports-gnome-77230d379b62ab13079c7de4244f38520704ac02.zip
PR: ports/8876
Submitted by: kkennawa@physics.adelaide.edu.au Fix spells NOV as NOW
Diffstat (limited to 'x11-clocks/wmtime/files')
-rw-r--r--x11-clocks/wmtime/files/patch-aa11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-clocks/wmtime/files/patch-aa b/x11-clocks/wmtime/files/patch-aa
new file mode 100644
index 000000000000..b60722ad0c97
--- /dev/null
+++ b/x11-clocks/wmtime/files/patch-aa
@@ -0,0 +1,11 @@
+--- wmtime.c Wed May 20 06:34:53 1998
++++ wmtime.c2 Sat Nov 28 18:44:59 1998
+@@ -89,7 +89,7 @@
+ char *ProgName;
+ int digital = 0;
+ char day_of_week[7][3] = { "SU", "MO", "TU", "WE", "TH", "FR", "SA" };
+-char mon_of_year[12][4] = { "JAN", "FEB", "MAR", "APR", "MAY", "JUN", "JUL", "AUG", "SEP", "OCT", "NOW", "DEC" };
++char mon_of_year[12][4] = { "JAN", "FEB", "MAR", "APR", "MAY", "JUN", "JUL", "AUG", "SEP", "OCT", "NOV", "DEC" };
+
+ /* functions */
+ void usage(void);