summaryrefslogtreecommitdiff
path: root/x11-clocks/wmtz/files/patch-ab
blob: a42fe86b175accd0fdba0216a00d2bf8f857dc54 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- wmtz.c.orig	Tue Dec 28 17:23:11 1999
+++ wmtz.c	Tue Dec 28 17:23:47 1999
@@ -111,7 +111,7 @@
   month[0] = "JAN";  month[1] = "FEB";  month[2] = "MAR";
   month[3] = "APR";  month[4] = "MAY";  month[5] = "JUN";
   month[6] = "JUL";  month[7] = "AUG";  month[8] = "SEP";
-  month[9] = "OUT";  month[10] = "NOV";  month[11] = "DEC";
+  month[9] = "OCT";  month[10] = "NOV";  month[11] = "DEC";
   
   week_day[0] = "SUNDAY   ";
   week_day[1] = "MONDAY   ";