]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/i18n/vzone.cpp
ICU-62107.0.1.tar.gz
[apple/icu.git] / icuSources / i18n / vzone.cpp
index 3aa2dbbebcc267be80f586d8fcfccae5e3ef12d3..7e3a5544fd5e2fd79ef67b97c5135a136c16e342 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.
 *******************************************************************************
 */
 
@@ -64,7 +66,7 @@ vzone_getTZURL(VZone* zone, UChar* & url, int32_t & urlLength) {
 U_CAPI void U_EXPORT2
 vzone_setTZURL(VZone* zone, UChar* url, int32_t urlLength) {
     UnicodeString s(urlLength==-1, url, urlLength);
-    return ((VTimeZone*)zone)->VTimeZone::setTZURL(url);
+    ((VTimeZone*)zone)->VTimeZone::setTZURL(s);
 }
 
 U_CAPI UBool U_EXPORT2