summaryrefslogtreecommitdiff
path: root/test-poppler.c
diff options
context:
space:
mode:
Diffstat (limited to 'test-poppler.c')
-rw-r--r--test-poppler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-poppler.c b/test-poppler.c
index 24e462b..eb97334 100644
--- a/test-poppler.c
+++ b/test-poppler.c
@@ -163,7 +163,7 @@ poppler_test_status_t poppler_test_page_text(PopplerPage *page, char *text_name)
rect->x1 = rect->y1 = 0.0;
rect->x2 = width;
rect->y2 = height;
- char *text = poppler_page_get_text(page, rect);
+ char *text = poppler_page_get_text(page, POPPLER_SELECTION_GLYPH, rect);
int len = strlen(text);
if (len) {
FILE *file = fopen(txt_name, "wb");