mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +02:00
Fixes missing compressed object detection
This commit is contained in:
parent
ce218d021f
commit
7bef903411
3 changed files with 10 additions and 1 deletions
|
@ -969,7 +969,7 @@ var XRef = (function XRefClosure() {
|
|||
}
|
||||
}
|
||||
e = entries[e.gen];
|
||||
if (!e) {
|
||||
if (e === undefined) {
|
||||
error('bad XRef entry for compressed object');
|
||||
}
|
||||
return e;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue