diff options
-rw-r--r-- | source/fitz/draw-paint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/fitz/draw-paint.c b/source/fitz/draw-paint.c index 4d5ed9d1..42a1543c 100644 --- a/source/fitz/draw-paint.c +++ b/source/fitz/draw-paint.c @@ -402,7 +402,7 @@ static void paint_solid_color_1_da(byte * restrict dp, int n, int w, const byte static void paint_solid_color_0_da(byte * restrict dp, int n, int w, const byte * restrict color, int da) { TRACK_FN(); - template_solid_color_0_da(dp, w, 1); + template_solid_color_0_da(dp, w, 256); } #if FZ_PLOTTERS_RGB |