Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
This commit is contained in:
Sebastian Ramacher 2013-10-30 03:27:10 +01:00
parent 459b8ba3fc
commit 5c49792cb8

View File

@ -140,8 +140,8 @@ zathura_link_evaluate(zathura_t* zathura, zathura_link_t* link)
return;
}
page_offset_t offset;
page_calculate_offset(zathura, page, &offset);
page_offset_t offset;
page_calculate_offset(zathura, page, &offset);
if (link->target.destination_type == ZATHURA_LINK_DESTINATION_XYZ) {
if (link->target.left != -1) {