--- parser3/src/classes/gd/Attic/gif.h 2003/03/24 15:08:02 1.23.2.5.2.3 +++ parser3/src/classes/gd/Attic/gif.h 2003/03/26 13:46:58 1.23.2.5.2.5 @@ -18,7 +18,7 @@ #ifndef GIF_H #define GIF_H -static const char* IDENT_GIF_H="$Date: 2003/03/24 15:08:02 $"; +static const char* IDENT_GIF_H="$Date: 2003/03/26 13:46:58 $"; #include "pa_config_includes.h" @@ -55,7 +55,7 @@ public: if(is_full()) expand(100); - memcpy(&fptr[fallocated], abuf, asize); + memcpy(&fptr[fused], abuf, asize); fused+=asize; } }; @@ -258,6 +258,5 @@ inline int gdImage::BoundsSafe(int x, in inline /*paf int*/void gdImage::DoSetPixel(int x, int y, int color){ if(BoundsSafe(x, y)) pixels[x][y] = color; } -DECLARE_OBJECT_PTR(gdGifEncoder); #endif