ICU-10036 Logically corrected if condition included in the previous change.
X-SVN-Rev: 33418
This commit is contained in:
parent
0fc9af0d9f
commit
708b919ec3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user