git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c58c60
)
fixed syntax error
author
kramm
<kramm>
Wed, 9 May 2007 11:15:59 +0000
(11:15 +0000)
committer
kramm
<kramm>
Wed, 9 May 2007 11:15:59 +0000
(11:15 +0000)
lib/pdf/pdf.cc
patch
|
blob
|
history
diff --git
a/lib/pdf/pdf.cc
b/lib/pdf/pdf.cc
index
13957de
..
7381ca1
100644
(file)
--- a/
lib/pdf/pdf.cc
+++ b/
lib/pdf/pdf.cc
@@
-89,7
+89,7
@@
void render2(gfxpage_t*page, gfxdevice_t*output)
pi->outputDev->setXRef(pi->doc, pi->doc->getXRef());
pi->doc->displayPage((OutputDev*)pi->outputDev, page->nr, zoom, zoom, /*rotate*/0, true, true, /*doLinks*/(int)1);
pi->doc->processLinks((OutputDev*)pi->outputDev, page->nr);
- pi->doc->endframe();
+ pi->outputDev->endframe();
}