]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/i18n/japancal.cpp
ICU-511.25.tar.gz
[apple/icu.git] / icuSources / i18n / japancal.cpp
index ad95b7c04bccf61626dc0713077e255e61f53e45..0f985f0a79268e13d158a0f238c2c5e356441375 100644 (file)
@@ -1,6 +1,6 @@
 /*
 *******************************************************************************
-* Copyright (C) 2003-2009, International Business Machines Corporation and    *
+* Copyright (C) 2003-2009,2012, International Business Machines Corporation and    *
 * others. All Rights Reserved.                                                *
 *******************************************************************************
 *
@@ -478,7 +478,7 @@ int32_t JapaneseCalendar::handleGetLimit(UCalendarDateFields field, ELimitType l
     switch(field) {
     case UCAL_ERA:
         if (limitType == UCAL_LIMIT_MINIMUM || limitType == UCAL_LIMIT_GREATEST_MINIMUM) {
-            return 1;
+            return 0;
         }
         return kCurrentEra;
     case UCAL_YEAR: