openbsd-ports/x11/wmtz/patches/patch-wmtz_wmtz_c
wilfried 543609ae17 Import of wmtz-0.6
wmtz is a dockapp for Window Maker that displays the
time in different time zones as defined in it's configuration
file.  It can also display the current Julian Day Number. 

ok naddy@
2001-03-09 08:43:38 +00:00

13 lines
578 B
Plaintext

$OpenBSD: patch-wmtz_wmtz_c,v 1.1.1.1 2001/03/09 08:43:39 wilfried Exp $
--- wmtz/wmtz.c.orig Sun Sep 24 15:45:17 2000
+++ wmtz/wmtz.c Thu Mar 8 13:27:08 2001
@@ -173,7 +173,7 @@ int main(int argc, char *argv[]) {
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 ";