ICU-2943 true => TRUE
X-SVN-Rev: 13515
This commit is contained in:
parent
e5c08d4150
commit
1a48a8181b
@ -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…
Reference in New Issue
Block a user