(RTGA) Silence long-standing warning

This commit is contained in:
twinaphex 2021-02-03 10:58:28 +01:00
parent 542162c17b
commit 34636ed9f0

View File

@ -266,7 +266,7 @@ static uint8_t *rtga_tga_load(rtga_context *s,
int RLE_repeating = 0;
int RLE_count = 0;
int read_next_pixel = 1;
unsigned char raw_data[4] = {0};
unsigned char raw_data[32] = {0};
unsigned char *tga_palette = NULL;
/* Do I need to load a palette? */