GraphicsMagick: coders/wpg.c Replace BYTE with unsigned char.

GraphicsMagick Commits <[email protected]>
Newsgroups gmane.comp.video.graphicsmagick.cvs
Message-ID <mailman.2029.1673797630.1507.graphicsmagick-commit@lists.sourceforge.net>
changeset 54f89673f571 in /hg/GraphicsMagick
details: http://hg.GraphicsMagick.org/hg/GraphicsMagick?cmd=changeset;node=54f89673f571
summary: coders/wpg.c Replace BYTE with unsigned char.

diffstat:

 coders/wpg.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r e45959c63388 -r 54f89673f571 coders/wpg.c
--- a/coders/wpg.c	Sun Jan 15 16:07:49 2023 +0100
+++ b/coders/wpg.c	Sun Jan 15 16:46:40 2023 +0100
@@ -1877,7 +1877,7 @@
 }
 
 
-static void WPG_RLE_AddBlock(WPG_RLE_packer *WPG_RLE, Image *image, const BYTE *blk, magick_uint16_t size)
+static void WPG_RLE_AddBlock(WPG_RLE_packer *WPG_RLE, Image *image, const unsigned char *blk, magick_uint16_t size)
 {
   while(size-- > 0)
   {
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.