X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/af58844636f51ca9c9350c66de3baf427d3e8646..17d98558b35b75e3cad68d96841b4fa5a0c7e6ee:/src/common/imaggif.cpp diff --git a/src/common/imaggif.cpp b/src/common/imaggif.cpp index 7c7ef7c8e3..fdb9a4971d 100644 --- a/src/common/imaggif.cpp +++ b/src/common/imaggif.cpp @@ -109,7 +109,7 @@ int wxGIFHandler::DoGetImageCount( wxInputStream& stream ) wxGIFErrorCode error = decod.LoadGIF(stream); if ( (error != wxGIF_OK) && (error != wxGIF_TRUNCATED) ) return -1; - + // NOTE: this function modifies the current stream position but it's ok // (see wxImageHandler::GetImageCount)