mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
ICU-9127 fix regression on iOS, introduced in r31009
X-SVN-Rev: 31480
This commit is contained in:
parent
2be586c40c
commit
be53c49e85
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
*******************************************************************************
|
||||
* Copyright (C) 2007-2011, International Business Machines Corporation and *
|
||||
* Copyright (C) 2007-2012, International Business Machines Corporation and *
|
||||
* others. All Rights Reserved. *
|
||||
*******************************************************************************
|
||||
*/
|
||||
|
@ -2649,7 +2649,7 @@ TimeZoneRuleTest::TestT8943(void) {
|
|||
if (U_FAILURE(status)) {
|
||||
errln("Failed to construct a RuleBasedTimeZone");
|
||||
} else {
|
||||
int raw, dst;
|
||||
int32_t raw, dst;
|
||||
rbtz->getOffset(1293822000000.0 /* 2010-12-31 19:00:00 UTC */, FALSE, raw, dst, status);
|
||||
if (U_FAILURE(status)) {
|
||||
errln("Error invoking getOffset");
|
||||
|
|
Loading…
Add table
Reference in a new issue