Wrong position of gif version mark
A library and utilities for processing GIFs
Brought to you by:
abadger1999,
esr
Hello developers, thank you for your awesome giflib program. When I use it, I found a small mistake in it.
In the line 156 and 232 of file dgif_lib.c, the gif 89a version mark is started at position 4 not 3. So, the correct position should be GIF_VERSION_POS+1.
paste missing patch.
Last edit: alpha0x00 2022-03-24
Applied, thanks.