1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/x11-clocks/wmtz/files/patch-ab
1999-12-29 01:33:35 +00:00

12 lines
460 B
Plaintext

--- 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 ";