From be53c49e85866f777c96012c24656f71bbd18fcc Mon Sep 17 00:00:00 2001 From: "Steven R. Loomis" Date: Wed, 22 Feb 2012 02:12:55 +0000 Subject: [PATCH] ICU-9127 fix regression on iOS, introduced in r31009 X-SVN-Rev: 31480 --- icu4c/source/test/intltest/tzrulets.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/icu4c/source/test/intltest/tzrulets.cpp b/icu4c/source/test/intltest/tzrulets.cpp index 3ac2dd3e295..77d8ba881f3 100644 --- a/icu4c/source/test/intltest/tzrulets.cpp +++ b/icu4c/source/test/intltest/tzrulets.cpp @@ -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"); -- 2.40.0