2014-09-12 Jeff Johnston <jjohnstn@redhat.com>
* libc/time/tzcalc_limits.c: Fix __months_lengths reference.
This commit is contained in:
parent
43b3310bc9
commit
78a52749b2
|
@ -1,3 +1,7 @@
|
|||
2014-09-12 Jeff Johnston <jjohnstn@redhat.com>
|
||||
|
||||
* libc/time/tzcalc_limits.c: Fix __months_lengths reference.
|
||||
|
||||
2014-09-12 Jeff Johnston <jjohnstn@redhat.com>
|
||||
|
||||
* libc/time/month_lengths.c: Actually add file this time.
|
||||
|
|
|
@ -46,7 +46,7 @@ _DEFUN (__tzcalc_limits, (year),
|
|||
{
|
||||
_CONST int yleap = isleap(year);
|
||||
int m_day, m_wday, wday_diff;
|
||||
_CONST int *_CONST ip = month_lengths[yleap];
|
||||
_CONST int *_CONST ip = __month_lengths[yleap];
|
||||
|
||||
days = year_days;
|
||||
|
||||
|
|
Loading…
Reference in New Issue