mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-25 11:22:58 +00:00
correct static monthDays array type
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
4c06eda33c
commit
a4d0afb30d
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ static void getDateFromJulianDay(uint julianDay, int *year, int *month, int *day
|
|||
}
|
||||
|
||||
|
||||
static const char monthDays[] = { 0, 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 };
|
||||
static const int monthDays[] = { 0, 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 };
|
||||
|
||||
#ifndef QT_NO_TEXTDATE
|
||||
static const char * const qt_shortMonthNames[] = {
|
||||
|
|
Loading…
Add table
Reference in a new issue