提交 0e3e1447 编写于 作者: B bae

8014427: REGRESSION: closed/javax/imageio/plugins/bmp/Write3ByteBgrTest.java fails since 7u25 b09

Reviewed-by: prr
上级 d6fba118
......@@ -392,7 +392,8 @@ public class Raster {
}
}
int banks = maxBank + 1;
int size = scanlineStride * (h - 1) + // fisrt (h - 1) scans
int size = maxBandOff +
scanlineStride * (h - 1) + // fisrt (h - 1) scans
w; // last scan
switch(dataType) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册