13 lines
496 B
Diff
13 lines
496 B
Diff
from https://gitlab.alpinelinux.org/alpine/aports/-/commit/5c2d1886fdead7c00a00ddcd5d04aaa8d1f53377
|
|
--- a/zathura-pdf-mupdf/search.c
|
|
+++ b/zathura-pdf-mupdf/search.c
|
|
@@ -41,7 +41,7 @@
|
|
|
|
fz_quad* hit_bbox = fz_malloc_array(mupdf_page->ctx, N_SEARCH_RESULTS, fz_quad);
|
|
int num_results = fz_search_stext_page(mupdf_page->ctx, mupdf_page->text,
|
|
- text, hit_bbox, N_SEARCH_RESULTS);
|
|
+ text, NULL, hit_bbox, N_SEARCH_RESULTS);
|
|
|
|
fz_rect r;
|
|
for (int i = 0; i < num_results; i++) {
|