Fix issue #1302
This commit is contained in:
parent
8c8242f5d1
commit
efa89ba41a
@ -2056,7 +2056,7 @@ var CCITTFaxStream = (function CCITTFaxStreamClosure() {
|
|||||||
if (this.eoblock) {
|
if (this.eoblock) {
|
||||||
code = this.lookBits(7);
|
code = this.lookBits(7);
|
||||||
p = twoDimTable[code];
|
p = twoDimTable[code];
|
||||||
if (p[0] > 0) {
|
if (p && p[0] > 0) {
|
||||||
this.eatBits(p[0]);
|
this.eatBits(p[0]);
|
||||||
return p[1];
|
return p[1];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user