mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 00:13:50 +02:00
Fix #9275 (fix a typo in src/calibre/ebooks/pdf/reflow.cpp)
This commit is contained in:
parent
fb6aa181c1
commit
9abee8e6e6
1 changed files with 1 additions and 1 deletions
|
|
@ -887,7 +887,7 @@ vector<char>* Reflow::render_first_page(bool use_crop_box, double x_res,
|
|||
}
|
||||
|
||||
pg_w *= x_res/72.;
|
||||
pg_h *= x_res/72.;
|
||||
pg_h *= y_res/72.;
|
||||
|
||||
int x=0, y=0;
|
||||
this->doc->displayPageSlice(out, pg, x_res, y_res, 0,
|
||||
|
|
|
|||
Loading…
Reference in a new issue