summaryrefslogtreecommitdiffstats
path: root/x11-clocks/wmtz
diff options
context:
space:
mode:
authorjim <jim@FreeBSD.org>1999-10-02 06:00:05 +0000
committerjim <jim@FreeBSD.org>1999-10-02 06:00:05 +0000
commitf409e80043ee4746fbbf2cce7b41b11255b1db8d (patch)
tree2142f3cad65ecda5d7af08fb5a635e7af573c6d3 /x11-clocks/wmtz
parent3528812b854e265d7910b6e8ee4937f54b3e0e86 (diff)
downloadFreeBSD-ports-f409e80043ee4746fbbf2cce7b41b11255b1db8d.zip
FreeBSD-ports-f409e80043ee4746fbbf2cce7b41b11255b1db8d.tar.gz
Fixed the reversed September and October months.
PR: 14076 Submitted by: Keith Stevenson <ktstev01@osaka.louisville.edu>
Diffstat (limited to 'x11-clocks/wmtz')
-rw-r--r--x11-clocks/wmtz/files/patch-ab13
1 files changed, 13 insertions, 0 deletions
diff --git a/x11-clocks/wmtz/files/patch-ab b/x11-clocks/wmtz/files/patch-ab
new file mode 100644
index 0000000..23457f8
--- /dev/null
+++ b/x11-clocks/wmtz/files/patch-ab
@@ -0,0 +1,13 @@
+--- wmtz.c.orig Sun Jun 13 20:36:28 1999
++++ wmtz.c Sat Oct 2 15:49:31 1999
+@@ -107,8 +107,8 @@
+
+ month[0] = "JAN\0"; month[1] = "FEB\0"; month[2] = "MAR\0";
+ month[3] = "APR\0"; month[4] = "MAY\0"; month[5] = "JUN\0";
+- month[6] = "JUL\0"; month[7] = "AUG\0"; month[8] = "OCT\0";
+- month[9] = "SEP\0"; month[10] = "NOV\0"; month[11] = "DEC\0";
++ month[6] = "JUL\0"; month[7] = "AUG\0"; month[8] = "SEP\0";
++ month[9] = "OCT\0"; month[10] = "NOV\0"; month[11] = "DEC\0";
+
+ week_day[0] = "SUNDAY \0";
+ week_day[1] = "MONDAY \0";
OpenPOWER on IntegriCloud