diff liboctave/strptime.c @ 3504:5eef8a2294bd

[project @ 2000-02-01 10:06:51 by jwe]
author jwe
date Tue, 01 Feb 2000 10:07:26 +0000
parents b3a16793a390
children c922e2d23c8c
line wrap: on
line diff
--- a/liboctave/strptime.c	Tue Feb 01 04:06:39 2000 +0000
+++ b/liboctave/strptime.c	Tue Feb 01 10:07:26 2000 +0000
@@ -202,7 +202,7 @@
 # define HERE_T_FMT_AMPM "%I:%M:%S %p"
 # define HERE_T_FMT "%H:%M:%S"
 
-const unsigned short int __mon_yday[1][13] =
+const unsigned short int __mon_yday[2][13] =
   {
     /* Normal years.  */
     { 0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334, 365 },