| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/graphics/zathura-pdf-mupdf/files/ |
Upload File : |
--- zathura-pdf-mupdf/links.c.orig 2020-05-18 11:05:39 UTC
+++ zathura-pdf-mupdf/links.c
@@ -56,8 +56,10 @@ pdf_page_links_get(zathura_page_t* page, void* data, z
type = ZATHURA_LINK_GOTO_DEST;
target.destination_type = ZATHURA_LINK_DESTINATION_XYZ;
- target.page_number = fz_resolve_link(mupdf_document->ctx,
- mupdf_document->document, link->uri, &x, &y);
+ target.page_number =
+ fz_page_number_from_location(mupdf_document->ctx,
+ mupdf_document->document, fz_resolve_link(mupdf_document->ctx,
+ mupdf_document->document, link->uri, &x, &y));
target.left = x;
target.top = y;
target.zoom = 0.0;