summaryrefslogtreecommitdiff
path: root/apps/x11_main.c
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2012-03-06 17:41:04 +0100
committerTor Andersson <tor.andersson@artifex.com>2012-03-12 18:43:02 +0100
commit0b0e2af392428b5dbc88d6fbd2f6b5181e85165f (patch)
tree9668c284b68b912c103f0778ff298aafb4d6453b /apps/x11_main.c
parentbc1c06ddd335f899025470dde7e839a82d792972 (diff)
downloadmupdf-0b0e2af392428b5dbc88d6fbd2f6b5181e85165f.tar.xz
Create style sheet and group extracted text into blocks, lines and spans.
Diffstat (limited to 'apps/x11_main.c')
-rw-r--r--apps/x11_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/x11_main.c b/apps/x11_main.c
index 091f0ec6..fe0196fc 100644
--- a/apps/x11_main.c
+++ b/apps/x11_main.c
@@ -466,7 +466,7 @@ void windocopy(pdfapp_t *app)
{
ucs = ucs2[0];
- utf8 += runetochar(utf8, &ucs);
+ utf8 += fz_runetochar(utf8, ucs);
if (ucs < 256)
*latin1++ = ucs;