We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e8b824 commit 81ee78eCopy full SHA for 81ee78e
kernel/src/main/java/com/itextpdf/kernel/pdf/canvas/parser/util/InlineImageParsingUtils.java
@@ -68,7 +68,7 @@ This file is part of the iText (R) project.
68
*/
69
public final class InlineImageParsingUtils {
70
71
- private static final byte[] EI = new byte[]{'E', 'I'};
+ private static final byte[] EI = new byte[]{(byte)'E', (byte)'I'};
72
73
private InlineImageParsingUtils() {
74
}
0 commit comments