Merge pull request #2058 from icepic/patch-1

Update lynxsprite.c
This commit is contained in:
Bob Andrews
2023-04-19 15:07:16 +02:00
committed by GitHub

View File

@@ -312,7 +312,7 @@ static void AssembleByte(unsigned bits, char val)
static unsigned char AnalyseNextChunks(signed *newlen, signed len, char data[32], char ColorBits)
{
char longest = 1;
char prev = 255;
unsigned char prev = 255;
char count = 0;
char index = 0;
char lindex = 0;