]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/i18n/zrule.cpp
ICU-64243.0.1.tar.gz
[apple/icu.git] / icuSources / i18n / zrule.cpp
index 82c31169f6ce62b2d612c1629b01111b6a8f9325..bdf84965b5f420f084489cfc8962e8ae45a70d02 100644 (file)
@@ -1,7 +1,9 @@
+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
 /*
 *******************************************************************************
-* Copyright (C) 2009-2010, International Business Machines Corporation and         *
-* others. All Rights Reserved.                                                *
+* Copyright (C) 2009-2011, International Business Machines Corporation and
+* others. All Rights Reserved.
 *******************************************************************************
 */
 
@@ -68,7 +70,7 @@ zrule_isEquivalentTo(ZRule* rule1,  ZRule* rule2) {
 U_CAPI IZRule* U_EXPORT2
 izrule_open(const UChar* name, int32_t nameLength, int32_t rawOffset, int32_t dstSavings) {
     UnicodeString s(nameLength==-1, name, nameLength);
-    return (IZRule*) new InitialTimeZoneRule(name, rawOffset, dstSavings);
+    return (IZRule*) new InitialTimeZoneRule(s, rawOffset, dstSavings);
 }
 
 U_CAPI void U_EXPORT2