ICU-2424 Use TRUE, not true
X-SVN-Rev: 14069
This commit is contained in:
parent
46a95a27d5
commit
5f03ec8688
@ -230,7 +230,7 @@ void HebrewCalendar::add(UCalendarDateFields field, int32_t amount, UErrorCode&
|
||||
}
|
||||
month -= ELUL+1;
|
||||
++year;
|
||||
acrossAdar1 = true;
|
||||
acrossAdar1 = TRUE;
|
||||
}
|
||||
} else {
|
||||
acrossAdar1 = (month > ADAR_1); // started after ADAR_1?
|
||||
@ -244,7 +244,7 @@ void HebrewCalendar::add(UCalendarDateFields field, int32_t amount, UErrorCode&
|
||||
}
|
||||
month += ELUL+1;
|
||||
--year;
|
||||
acrossAdar1 = true;
|
||||
acrossAdar1 = TRUE;
|
||||
}
|
||||
}
|
||||
set(UCAL_MONTH, month);
|
||||
|
Loading…
Reference in New Issue
Block a user