X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/af58844636f51ca9c9350c66de3baf427d3e8646..dd71bfb9921430755a885117cc6c9843c62dafda:/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)