8269763: The JEditorPane is blank after JDK-8265167
Reviewed-by: azvegint, prr
This commit is contained in:
parent
af82404b3c
commit
4e4a3cf657
@ -310,7 +310,8 @@ abstract class RTFParser extends AbstractFilter
|
||||
if (binaryBytesLeft > 0) {
|
||||
binaryBuf.write(ch);
|
||||
binaryBytesLeft--;
|
||||
} else {
|
||||
}
|
||||
if (binaryBytesLeft == 0) {
|
||||
state = S_text;
|
||||
specialsTable = savedSpecials;
|
||||
savedSpecials = null;
|
||||
|
Loading…
Reference in New Issue
Block a user