X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;ds=sidebyside;f=src%2Fjexer%2Fbits%2FCell.java;fp=src%2Fjexer%2Fbits%2FCell.java;h=ed3c202a005a8c8a2a4187d08478cf8d62a6191c;hb=5ca5f8e5310b189232ed337643f3b7b2ce6cd3b1;hp=a8efa2b3c56465dc7ee93dc76fefa399bed85603;hpb=8d3480c7b92b79c8e774261fd6a8fe719286cf67;p=fanfix.git diff --git a/src/jexer/bits/Cell.java b/src/jexer/bits/Cell.java index a8efa2b..ed3c202 100644 --- a/src/jexer/bits/Cell.java +++ b/src/jexer/bits/Cell.java @@ -419,7 +419,7 @@ public final class Cell extends CellAttributes { int B = 23; int hash = A; hash = (B * hash) + super.hashCode(); - hash = (B * hash) + (int)ch; + hash = (B * hash) + ch; hash = (B * hash) + width.hashCode(); if (image != null) { /*