diff options
author | scuri <scuri> | 2009-08-19 18:39:31 +0000 |
---|---|---|
committer | scuri <scuri> | 2009-08-19 18:39:31 +0000 |
commit | 43522c5f2a12dc0cf3cda733e4fb5c04cd62a154 (patch) | |
tree | 898c6d10776a5e8e50dc93c7c51d334e5bc79cb3 /src/im_format_gif.cpp | |
parent | 40b9c00bf632734a5871c78d58c7661f1b0988a0 (diff) |
*** empty log message ***
Diffstat (limited to 'src/im_format_gif.cpp')
-rw-r--r-- | src/im_format_gif.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/im_format_gif.cpp b/src/im_format_gif.cpp index 8489331..d616504 100644 --- a/src/im_format_gif.cpp +++ b/src/im_format_gif.cpp @@ -2,7 +2,7 @@ * \brief GIF - Graphics Interchange Format * * See Copyright Notice in im_lib.h - * $Id: im_format_gif.cpp,v 1.3 2009/08/13 22:34:25 scuri Exp $ + * $Id: im_format_gif.cpp,v 1.4 2009/08/19 18:39:43 scuri Exp $ */ #include "im_format.h" @@ -651,7 +651,7 @@ static void iGIFReadGraphicsControl(imBinFile* handle, imAttribTable* attrib_tab break; } - attrib_table->Set("Disposal", IM_BYTE, 6, disposal); + attrib_table->Set("Disposal", IM_BYTE, -1, disposal); } /* delay time */ |