ICU-10036 Logically corrected if condition included in the previous change.

X-SVN-Rev: 33418
This commit is contained in:
Yoshito Umaoka 2013-03-13 21:10:31 +00:00
parent 0fc9af0d9f
commit 708b919ec3

View File

@ -2220,7 +2220,7 @@ wp = ecpyalloc(_("no POSIX environment variable for zone"));
error("more than two max rules found (ICU)");
exit(EXIT_FAILURE);
}
} else if (rp->r_hiyear > finalRuleYear) {
} else if (rp->r_hiyear >= finalRuleYear) {
/* There might be an overriding non-max rule
* applied to a specific year after the max rule's
* start year. In this case, we need change the