]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
[!_LIBC] (__mon_yday): Fix typo in definition.
authorUlrich Drepper <drepper@redhat.com>
Sat, 25 Sep 1999 21:23:25 +0000 (21:23 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 25 Sep 1999 21:23:25 +0000 (21:23 +0000)
time/strptime.c

index 959810e0f356395b1b5ef699fe4fa7c07ac8f867..5f8271e2504b52816fe094be1fbea2d6e7192c70 100644 (file)
@@ -200,7 +200,7 @@ static char const ab_month_name[][4] =
 # 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 },