]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/i18n/vzone.cpp
ICU-57166.0.1.tar.gz
[apple/icu.git] / icuSources / i18n / vzone.cpp
index 3aa2dbbebcc267be80f586d8fcfccae5e3ef12d3..1f60102d59327d4c61381c80f5da4884400be625 100644 (file)
@@ -1,7 +1,7 @@
 /*
 *******************************************************************************
-* 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 +64,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