summaryrefslogtreecommitdiff
path: root/source/fitz/draw-glyph.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/fitz/draw-glyph.c')
-rw-r--r--source/fitz/draw-glyph.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/fitz/draw-glyph.c b/source/fitz/draw-glyph.c
index 75bfd616..7696a59c 100644
--- a/source/fitz/draw-glyph.c
+++ b/source/fitz/draw-glyph.c
@@ -138,7 +138,7 @@ fz_keep_glyph_cache(fz_context *ctx)
float
fz_subpixel_adjust(fz_context *ctx, fz_matrix *ctm, fz_matrix *subpix_ctm, unsigned char *qe, unsigned char *qf)
{
- float size = fz_matrix_expansion(ctm);
+ float size = fz_matrix_expansion(*ctm);
int q;
float pix_e, pix_f, r;