mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-2943 true => TRUE
X-SVN-Rev: 13515
This commit is contained in:
parent
e5c08d4150
commit
1a48a8181b
1 changed files with 1 additions and 1 deletions
|
@ -967,7 +967,7 @@ int32_t GregorianCalendar::getActualMaximum(UCalendarDateFields field, UErrorCod
|
|||
return 0;
|
||||
}
|
||||
|
||||
cal->setLenient(true);
|
||||
cal->setLenient(TRUE);
|
||||
|
||||
int32_t era = cal->get(UCAL_ERA, status);
|
||||
UDate d = cal->getTime(status);
|
||||
|
|
Loading…
Add table
Reference in a new issue