ICU-9127 fix regression on iOS, introduced in r31009

X-SVN-Rev: 31480
This commit is contained in:
Steven R. Loomis 2012-02-22 02:12:55 +00:00
parent 2be586c40c
commit be53c49e85

View File

@ -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");