]> git.pld-linux.org Git - packages/giflib4.git/blob - giflib-segfault.patch
- proper struct object declaration
[packages/giflib4.git] / giflib-segfault.patch
1 --- giflib-4.1.6/util/gif2rle.c~        2007-11-10 19:46:31.000000000 +0100
2 +++ giflib-4.1.6/util/gif2rle.c 2009-04-08 16:26:05.000000000 +0200
3 @@ -73,7 +73,7 @@
4      ColorMapSize = 0,
5      InterlacedOffset[] = { 0, 4, 2, 1 }, /* The way Interlaced image should. */
6      InterlacedJumps[] = { 8, 8, 4, 2 };    /* be read - offsets and jumps... */
7 -static GifColorType
8 +static ColorMapObject
9      *ColorMap;
10  
11  static void DumpScreen2Rle(GifRowType *ScreenBuffer,
This page took 0.103812 seconds and 3 git commands to generate.