summaryrefslogtreecommitdiff
path: root/source/fitz/paint-glyph.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/fitz/paint-glyph.h')
-rw-r--r--source/fitz/paint-glyph.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/fitz/paint-glyph.h b/source/fitz/paint-glyph.h
index 824adaf2..748e6b19 100644
--- a/source/fitz/paint-glyph.h
+++ b/source/fitz/paint-glyph.h
@@ -44,6 +44,7 @@ FUNCTION_NAME(NAME,N,NAME2)(const unsigned char * restrict colorbv,
const uint32_t color = *(const uint32_t *)colorbv;
#endif
#endif
+ TRACK_FN();
while (h--)
{
int skip_xx, ww, len, extend;
@@ -169,7 +170,7 @@ solid_run:
*ddp = FZ_BLEND(colorbv[k++], *ddp, sa);
ddp++;
}
- while (k != n);
+ while (k != n1);
#ifdef DA
*ddp = FZ_BLEND(0xFF, *ddp, sa);
ddp++;