summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2009-02-27 13:21:41 +0100
committerTor Andersson <tor@ghostscript.com>2009-02-27 13:21:41 +0100
commitf7500b8862ef9bc0874d09158de14e26441b97ea (patch)
tree8e29a82e1039b64ec6fcf12ca9dc9cbb7b89e30d
parent8b2c8a8254f1db438a72c326d2a79932784afbb7 (diff)
downloadmupdf-f7500b8862ef9bc0874d09158de14e26441b97ea.tar.xz
Resolve conflict, part 2.
-rw-r--r--mupdf/pdf_font.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mupdf/pdf_font.c b/mupdf/pdf_font.c
index fab3d4ca..e6234c14 100644
--- a/mupdf/pdf_font.c
+++ b/mupdf/pdf_font.c
@@ -921,7 +921,7 @@ pdf_loadfontdescriptor(pdf_fontdesc *fontdesc, pdf_xref *xref, fz_obj *dict, cha
fflush(stderr);
fz_warn("ignored error when loading embedded font, attempting to load system font");
- error = pdf_loadsystemfont(font, fontname, collection);
+ error = pdf_loadsystemfont(fontdesc, fontname, collection);
if (error)
goto cleanup;
}