Skip to content

Commit

Permalink
allow more than one file to convert
Browse files Browse the repository at this point in the history
  • Loading branch information
dk committed Nov 19, 2023
1 parent 72f9f35 commit 928126b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions img/glyph.c
Original file line number Diff line number Diff line change
Expand Up @@ -269,9 +269,10 @@ plot_blend( int x, int y, int xFrom, int yFrom, int xLen, int yLen, PlotStruct *
register Byte
*xbuf = buf1,
*abuf = buf2,
*mbuf = fill_mbuf ? buf3 : buf2,
*mbuf = fill_mbuf ? buf3 : buf2;
Byte
*mmbuf = mbuf;
register unsigned int
unsigned int
n = (sizeof(buf2) > pixels) ? pixels : sizeof(buf2),
px1 = 0,
px2 = 0;
Expand Down

0 comments on commit 928126b

Please sign in to comment.